put https://{serverURL}/api/security-groups/
Updating a Security Group
Responses
Updating a Security Group
xxxxxxxxxx
14curl --request PUT \
--url https://changeme/api/security-groups/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"securityGroup": {
"resourcePermissions": {
"all": true,
"allPlans": true
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: