put https://{serverURL}/api/policies/
Updates a policy.
Responses
Updates a policy.
xxxxxxxxxx
11curl --request PUT \
--url https://changeme/api/policies/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"policy": {
"enabled": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: