PUT odata/Sites('SiteName')
Updates all properties of a single Site object.
Request Information
Request body formats
application/json, text/json
Sample:
{
"Author": "Test author from Unit Test",
"IsEntireSitePublic": false,
"HeaderTitle": "Updated header title from Unit Test",
"RunSetupSiteWizard": true,
"Country": "Netherlands",
"Source": "Reseller"
}
Important Note: All other, not specified properties will be erased for that Site object. For incremental updates please use PATCH Api.
Response Information
HTTP/1.1 204 No Content