Default
Individual service documentation endpoint - NO auth, NO rate limit.
Uses invoke() for public proxy - clean separation from authenticated calls. Rewrites OpenAPI URL to use gateway path for correct Swagger UI behavior.
Path parameters
servicestringRequired
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
get
/v1/{service}/docsNo content
Individual service ReDoc documentation endpoint - NO auth, NO rate limit.
Uses invoke() for public proxy - clean separation from authenticated calls.
Path parameters
servicestringRequired
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
get
/v1/{service}/redocNo content
Individual service OpenAPI JSON endpoint - NO auth, NO rate limit.
Uses invoke() for public proxy - clean separation from authenticated calls.
Path parameters
servicestringRequired
Responses
200
Successful Response
application/json
Responseany
422
Validation Error
application/json
get
/v1/{service}/openapi.jsonNo content
Last updated