operationid -> operationId
Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
This commit is contained in:
parent
004a4d5148
commit
1d4410b638
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ paths:
|
|||
|
||||
If validation is unsuccessful, the server should respond with a ``401
|
||||
Unauthorized`` error, the body of which will be displayed to the user.
|
||||
operationid: loginByCASTicket
|
||||
operationId: loginByCASTicket
|
||||
parameters:
|
||||
- in: query
|
||||
type: string
|
||||
|
|
|
@ -26,7 +26,7 @@ paths:
|
|||
"/upload":
|
||||
post:
|
||||
summary: Upload some content to the content repository.
|
||||
operationid: uploadContent
|
||||
operationId: uploadContent
|
||||
produces: ["application/json"]
|
||||
parameters:
|
||||
- in: header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue