Product documentation
TenantAuditRetention
Per-tenant audit retention window configuration.
TenantAuditRetention
Per-tenant audit retention window configuration.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
GET | /api/v1/audit-retention | Tenant Audit Retention Get | bearer, no extra scope |
PUT | /api/v1/audit-retention | Tenant Audit Retention Put | bearer, no extra scope |
Operation details
GET /api/v1/audit-retention
Tenant Audit Retention Get
- Operation ID:
tenantAuditRetentionGet - Required scopes: bearer, no extra scope
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | TenantAuditRetentionResponse |
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) |
PUT /api/v1/audit-retention
Tenant Audit Retention Put
- Operation ID:
tenantAuditRetentionPut - Required scopes: bearer, no extra scope
Request body (required): application/json → TenantAuditRetentionUpdateRequest
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) |