]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Generate correct OpenAPI docs for responses with no content (#621)
authorDaniel Brotsky <dev@brotsky.com>
Sun, 24 Nov 2019 13:15:39 +0000 (05:15 -0800)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 24 Nov 2019 13:15:39 +0000 (14:15 +0100)
commitc7902dd23a8a3cef93246be533ae5f2f952094bd
tree0de7e60047e46c325c31fa4f21a5871c987d6656
parentc5f5e63810b002306f688b032ad9f134def60bea
:sparkles: Generate correct OpenAPI docs for responses with no content (#621)
docs/tutorial/additional-responses.md
docs/tutorial/custom-response.md
docs/tutorial/response-status-code.md
fastapi/openapi/constants.py
fastapi/openapi/utils.py
fastapi/routing.py
tests/test_response_class_no_mediatype.py [new file with mode: 0644]
tests/test_response_code_no_body.py [new file with mode: 0644]