Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/aisix-admin/src/openapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const OPENAPI_JSON_BASE: &str = r##"{
"info": {
"title": "AISIX Admin API",
"version": "dev",
"description": "The AISIX Admin API is the self-hosted management interface for configuring the gateway at runtime. Use it when you operate AISIX directly and need to create or update models, caller API keys, provider credentials, guardrails, cache policies, and observability exporters.\n\nAISIX Cloud does not expose this listener. Managed configuration is handled by the Cloud control plane."
"description": "The AISIX Admin API is the self-hosted management interface for configuring the gateway at runtime. Use it when you operate AISIX directly and need to create or update models, caller API keys, provider credentials, guardrails, cache policies, and observability exporters.\n\nManaged deployments do not expose this listener. Configure managed gateways through the AISIX managed control plane."
},
"paths": {
"/livez": {
Expand Down Expand Up @@ -3947,7 +3947,7 @@ const OPENAPI_JSON_BASE: &str = r##"{
}
},
"additionalProperties": false,
"description": "Self-hosted Admin API request body for creating or updating a caller API key. Cloud-projected ownership fields are not accepted by this API."
"description": "Self-hosted Admin API request body for creating or updating a caller API key. Ownership fields supplied by the managed control plane are not accepted by this API."
}
}
},
Expand Down
Loading