What you do first
- List implemented API operations once per session or build, then gate UI on the operation ids you require.
States that matter
The response is a snapshot of this deployment. If an operation is absent, treat it as unavailable here even if the public docs describe it.When a call fails
Failures come back as problem documents. Open thetype link for the cause,
the fix, and whether retrying is safe. Auth failures mean you called without a
usable token; retry after Authentication.
Related paths
- Downloads of the OpenAPI definition live under Artifacts.
- Domain behavior still starts from each domain overview in the sidebar.