v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBaccess-rules
Updates the access rule config for the given group_id.
put/access-rules/{access_rule_id}
Path parameters
access_rule_idstring uuid required
The access rule ID (group ID) of the access rule.
Request body
Example request
{
"name": "Platform Engineering",
"description": "This access rule represents all platform engineers in the company.",
"admin_owner_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"status": "ACTIVE"
}Response
The updated access rule config for the group.
Example response
{
"access_rule_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"name": "Platform Engineering",
"description": "This access rule represents all platform engineers in the company.",
"admin_owner_id": "7c86c85d-0651-43e2-a748-d69d658418e8",
"status": "ACTIVE"
}