Skip to content

Commit fe77258

Browse files
authored
Update site-design-rest-api.md
Updated notes on UpdateSiteScript and UpdateSiteDesign commands
1 parent 3bce20b commit fe77258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/declarative-customization/site-design-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Here is an example of the JSON returned after calling **GetSiteScriptMetadata**.
172172

173173
## UpdateSiteScript
174174

175-
Updates a site script with new values.
175+
Updates a site script with new values. In the REST call all parameters are optional except the site script Id.
176176

177177
### Parameters
178178

@@ -369,7 +369,7 @@ Here is an example of the JSON returned after calling **GetSiteDesignMetadata**.
369369

370370
## UpdateSiteDesign
371371

372-
Updates a site design with new values.
372+
Updates a site design with new values. In the REST call all parameters are optional except the site script Id. NOTE: if you had previously set the IsDefault parameter to TRUE and wish it to remain true, you must pass in this parameter again (otherwise it will be reset to FALSE).
373373

374374
### Parameters
375375

0 commit comments

Comments
 (0)