Update Site Feature Settings
Update site specific settings for individual features running on SSP.
Update site specific settings for individual features running on SSP.
Request
URI
PUT
https://{api_host}/v3/sites/{site-id}/{feature}/settings
COPY
Path Parameters
string
site-id
Required
site id description
Request Body
All required details for taking action on a site
SiteFeatureSettings
of type(s)
application/json
Optional
{
"enabled": false
}
Responses
200
OK
Returns
SiteFeatureSettings
of type(s)
application/json
This response body class contains all of the following:
ManagedResource ,
InlineSiteFeatureSettings1
"SiteFeatureSettings Object"
default
unexpected error
Returns
Error
of type(s)
application/json
"Error Object"
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enabled:"boolean"}' https://{api_host}/v3/sites/{site-id}/{feature}/settings