Configuration
Schema management, role configuration, STP rules, and approval chains
Reload schemas from filesystem
Clears the SchemaRegistry cache and reloads all schemas from disk.
Invalidate cached role/scope resolutions
FUNCTIONAL group scopes are DB-backed (DS T12, #712); this endpoint invalidates every cached ScopeResolver entry so the next request for any user re-resolves from auth.group_scopes immediately, ahead of the cache TTL.
List STP rules
Returns all enabled STP threshold rules currently loaded.
List available schemas
Returns all JSON Schemas currently loaded in the SchemaRegistry.
Check schema availability for a product type and asset class
Returns all schemas registered under deals/{productType}/{assetClass}.
Get raw JSON Schema document by product type / asset class / subtype
Returns the verbatim JSON Schema document for the requested triple. The schema version is available in the X-Schema-Version and ETag response headers.
List available roles and their scopes
Returns every FUNCTIONAL group (former role) from auth.groups together with the scope identifiers (auth.group_scopes) each grants (DS T12, #712). Manage these via POST/DELETE /api/v1/admin/functional-groups/{id}/scopes.
List approval chain configurations
Returns all approval chains loaded from chains.json.