RBACRoles

Upsert a RBAC Role

Create or Update RBAC Role using ID.

put/{workspace}/rbac/roles/{RBACRoleId}

Path parameters

workspacestring required
Example:team-payments

The name of the workspace

Request body

commentstring nullable

Additional comment or description for the RBAC role.

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

is_defaultboolean nullable

Indicates whether the RBAC role is the default role.

namestring nullable required

The name of the RBAC role.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Response

Successfully upserted RBAC Role

commentstring nullable

Additional comment or description for the RBAC role.

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

is_defaultboolean nullable

Indicates whether the RBAC role is the default role.

namestring nullable required

The name of the RBAC role.

updated_atinteger nullable

Unix epoch when the resource was last updated.

Changes

Changed in 1 of the 11 revisions of this API.1

Of the 11 revisions, 1 has no diff computed.