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
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/tenant/capabilities | Tenant Capabilities List | tenant:clients.read |
PATCH | /api/v1/tenant/capabilities | Tenant Capabilities Patch | tenant:clients.write |
Operation details
GET /api/v1/tenant/capabilities
Tenant Capabilities List
- Operation ID:
tenantCapabilitiesList - Required scopes:
tenant:clients.read
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — 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/json → UpdateCapabilityRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |