]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update Tags metadata title
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 12:02:58 +0000 (14:02 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 13 Jun 2020 12:02:58 +0000 (14:02 +0200)
docs/en/docs/tutorial/metadata.md

index b9120c82e4adc510cc80e8000a4a0fe2fc79f5a6..25c00db7052ff06a03c843713a2b5cd168fa9fe8 100644 (file)
@@ -21,7 +21,7 @@ With this configuration, the automatic API docs would look like:
 
 <img src="/img/tutorial/metadata/image01.png">
 
-## Tag descriptions
+## Metadata for tags
 
 You can also add additional metadata for the different tags used to group your path operations with the parameter `openapi_tags`.