Closed stmeissner closed 2 months ago
As a documentarian for APIs, I'd like to show the response codes for an image upload endpoint.
The response codes as modelled in RAML:
headers: Content-Type: type: string description: | One of `image/jpeg`, `image/png`, or `image/gif`. responses: 200: body: application/json: type: Product 202: body: application/json: type: Product
are currently not shown:
The response codes are shown similar to this:
As a documentarian for APIs, I'd like to show the response codes for an image upload endpoint.
Current behavior
The response codes as modelled in RAML:
are currently not shown:
Expected behavior
The response codes are shown similar to this: