🎨 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:
Sebastián Ramírez
2019-04-12 21:25:26 +04:00
committed by GitHub
parent 366c5db0bb
commit 88ece95a30
77 changed files with 142 additions and 142 deletions

View File

@@ -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": {