PermissionPolicy
Update Permission Policy
Update a Permission Policy for the UUID
NOTE: When you set up a policy statement for this call to specify the effect, action, and resource, you must use all lower case and the format as shown in this example - a Permission Policy statement that grants full CRUD access to all meters:
"permissionPolicy" : [
{
"effect" : "allow",
"action" : [
"config:create",
"config:delete",
"config:retrieve",
"config:update"
]
"resource" : [
"config:meter/*"
]
}
]
For more details and further examples, see Understanding, Creating, and Managing Permission Policies in our main Documentation.
put/organizations/{orgId}/permissionpolicies/{id}
Path parameters
idstring required
The UUID of the PermissionPolicy to update.
orgIdstring required
UUID of the organization
Request body
Response
Returns the updated version of the PermissionPolicy