Skip to main content

Update a permission group

PATCH 
/auth/permission_groups/:id

Updates the specified permission group with the parameters passed. Any parameters not included in the request will be left unchanged.

Request

Path Parameters

    id stringrequired

    The id of the Permission Group

Body

required

    description stringrequired

    Human readable identifier.

    actions string[]required
    resource_groups string[]required

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...