PATCH odata/Sites('SiteName')
Updates individual 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"
}
Response Information
HTTP/1.1 204 No Content