mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-16 12:57:44 -04:00
🎨 Improve automatic naming of path operations in API docs (#155)
* 🎨 Improve operation summary naming * 📝 Update names in README * 🚚 Improve names of security tutorial
This commit is contained in:
committed by
GitHub
parent
366c5db0bb
commit
88ece95a30
@@ -22,7 +22,7 @@ openapi_schema = {
|
||||
},
|
||||
}
|
||||
},
|
||||
"summary": "Read Notes Get",
|
||||
"summary": "Read Notes",
|
||||
"operationId": "read_notes_notes__get",
|
||||
},
|
||||
"post": {
|
||||
@@ -46,7 +46,7 @@ openapi_schema = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"summary": "Create Note Post",
|
||||
"summary": "Create Note",
|
||||
"operationId": "create_note_notes__post",
|
||||
"requestBody": {
|
||||
"content": {
|
||||
|
||||
Reference in New Issue
Block a user