GET /docs/specs/{service}
Return the OpenAPI JSON specification of a single microservice (including gateway prefix path), can be directly imported into Swagger UI or Postman
Gateway - API Documentation None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
service |
path |
string |
Yes |
|
|
|
Service name (e.g., identity-service) |
Responses
| Status | Description | Schema |
| 200 | OpenAPI JSON specification | object |
| 400 | Invalid request parameters | object |
| 500 | Internal server error | object |