Babak L.

Results 1 issues of Babak L.

Consider an API Gateway endpoint with a required HTTP request header for Accept-Language (e.g OpenAPI def): ``` "paths": { "/jobs/{id}": { "get": { "operationId": "getById", "produces": [ "application/json" ], "parameters":...

feature-request
p3