Update Site Feature Settings

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

feature
Required

the feature for which settings are being retrieved


Request Body

All required details for taking action on a site

SiteFeatureSettings of type(s) application/json
Optional
This request body class requires all of the following: ManagedResource , InlineSiteFeatureSettings1
{
    "enabled": false
}
Authorization
This operation uses the following authorization methods.
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