put https://{hostname}/papi/v1/client-settings
Update the current set of default values that apply to API clients keyed by the current authorization token.
Responses
Update the current set of default values that apply to API clients keyed by the current authorization token.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/papi/v1/client-settings \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"usePrefixes":true}'
xxxxxxxxxx
{
"ruleFormat": "v2015-08-08",
"usePrefixes": true
}