GET /docs/{service}
Return the Scalar UI interactive documentation page for a specified microservice, loading only that service's OpenAPI specification
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 | Scalar UI HTML page | string |
| 400 | Invalid request parameters | object |
| 500 | Internal server error | object |