Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Canvas: 204 (no content) responses are not rendered #694

Open
ioggstream opened this issue Mar 19, 2024 · 0 comments
Open

API Canvas: 204 (no content) responses are not rendered #694

ioggstream opened this issue Mar 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ioggstream
Copy link
Collaborator

When I

  1. Have a '204' response, eg.
openapi: 3.0.1
paths:
  /foo:
    delete:
      description: Deletes a question foo.
      tags:
      - foo
      summary: Deletes a foo.
      responses:
        '204':
           description: foo has been deleted.

  1. click on API Canvas

I expect

  • a nice "204 No Content" is shown

Instead

  • it shows a pair of []
@ioggstream ioggstream added the bug Something isn't working label Mar 19, 2024
@ioggstream ioggstream changed the title API Canvas: improve 204 (no content) rendering API Canvas: 204 (no content) responses are not rendered Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant