mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-16 20:36:49 -04:00
📝 Clarify function name in example (#1121)
This commit is contained in:
@@ -26,8 +26,8 @@ openapi_schema = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"summary": "Read User Me",
|
||||
"operationId": "read_user_me_files__file_path__get",
|
||||
"summary": "Read File",
|
||||
"operationId": "read_file_files__file_path__get",
|
||||
"parameters": [
|
||||
{
|
||||
"required": True,
|
||||
|
||||
Reference in New Issue
Block a user