Update a organisation-cross-tenant-role
PUT /organisation-cross-tenant-roles/{id}
PUT
/organisation-cross-tenant-roles/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Request Body required
Section titled “Request Body required ”object
data
object
name
required
string
description
string
capabilities
Array of capability strings like [‘compute:read’, ‘network:’, ’:*’]
scope_all_tenants
If true, applies to all managed tenants. If false, only tenant_subset.
boolean
organisation
tenant_subset
is_system_role
System roles are seeded and cannot be deleted via API
boolean
Responses
Section titled “ Responses ”Updated
object
data
object
name
required
string
description
string
capabilities
Array of capability strings like [‘compute:read’, ‘network:’, ’:*’]
scope_all_tenants
If true, applies to all managed tenants. If false, only tenant_subset.
boolean
organisation
tenant_subset
is_system_role
System roles are seeded and cannot be deleted via API
boolean
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found