Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow to add OpenAPI tag descriptions#1348

Merged
tiangolo merged 11 commits into
fastapi:masterfrom
thomas-maschler:feature/openapi_tags
Jun 13, 2020
Merged

Allow to add OpenAPI tag descriptions#1348
tiangolo merged 11 commits into
fastapi:masterfrom
thomas-maschler:feature/openapi_tags

Conversation

@thomas-maschler

Copy link
Copy Markdown

This pull requests addresses #566 .
It adds an additional parameter to FastAPI openapi_tags which allow to add tags descriptions to OpenAPI and the automatic API docs UIs.

@codecov

codecov Bot commented Apr 29, 2020

Copy link
Copy Markdown

Codecov Report

Merging #1348 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1348   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          232       233    +1     
  Lines         6950      6965   +15     
=========================================
+ Hits          6950      6965   +15     
Impacted Files Coverage Δ
fastapi/routing.py 100.00% <ø> (ø)
fastapi/applications.py 100.00% <100.00%> (ø)
fastapi/openapi/utils.py 100.00% <100.00%> (ø)
...ts/test_tutorial/test_metadata/test_tutorial004.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3651b8a...9575003. Read the comment docs.

@hellocoldworld

Copy link
Copy Markdown
Contributor

This looks good! Are there plans for merging this?

@tiangolo tiangolo merged commit a071ddf into fastapi:master Jun 13, 2020
@tiangolo

Copy link
Copy Markdown
Member

Great job @thomas-maschler ! 🚀

Thanks for your contribution ☕ 🍰

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants