Skip to content

Product documentation

TenantCapabilities

Tenant capability families — self-service entitlement toggles.

TenantCapabilities

Tenant capability families — self-service entitlement toggles.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
GET/api/v1/tenant/capabilitiesTenant Capabilities Listtenant:clients.read
PATCH/api/v1/tenant/capabilitiesTenant Capabilities Patchtenant:clients.write

Operation details

GET /api/v1/tenant/capabilities

Tenant Capabilities List

  • Operation ID: tenantCapabilitiesList
  • Required scopes: tenant:clients.read

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)

PATCH /api/v1/tenant/capabilities

Tenant Capabilities Patch

  • Operation ID: tenantCapabilitiesPatch
  • Required scopes: tenant:clients.write

Request body (required): application/jsonUpdateCapabilityRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)