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
{
"0": "M",
"1": "a",
"2": "n",
"3": "a",
"4": "g",
"5": "e",
"6": "d",
"7": "R",
"8": "e",
"9": "s",
"10": "o",
"11": "u",
"12": "r",
"13": "c",
"14": "e",
"15": " ",
"16": "O",
"17": "b",
"18": "j",
"19": "e",
"20": "c",
"21": "t",
"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