SyncHubSiteTheme

Applies any theme updates from the parent hub site.

HTTP request

POST /_api/web/SyncHubSiteTheme

URI parameters

None

Request headers

Header Value
Accept application/json;odata=verbose
Content-Type application/json;odata=verbose;charset=utf-8
x-requestdigest The appropriate digest for current site.

Request body

Do not supply a request body for this method.

Responses

Name Type Description
204 OK Boolean Success

Examples

Apply themes from parent hub site to the /advertising/collections web

Sample request

POST
https://contoso.sharepoint.com/sites/advertising/collections/_api/web/SyncHubSiteTheme

Sample response

Status code: 204

See also