put https://example.com/settings/api/v1/settings/
Update settings for a scope.
Log in to see full request history
Responses
200OK
Update settings for a scope.
200OK
xxxxxxxxxx
curl --request PUT \
--url https://example.com/settings/api/v1/settings/AUTH \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!