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
@@ -26,7 +26,7 @@ openapi_schema = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"summary": "Read User Get",
|
||||
"summary": "Read User",
|
||||
"operationId": "read_user_users__user_id__get",
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user