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
|
If validation is unsuccessful, the server should respond with a ``401
|
||||||
Unauthorized`` error, the body of which will be displayed to the user.
|
Unauthorized`` error, the body of which will be displayed to the user.
|
||||||
operationid: loginByCASTicket
|
operationId: loginByCASTicket
|
||||||
parameters:
|
parameters:
|
||||||
- in: query
|
- in: query
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -26,7 +26,7 @@ paths:
|
||||||
"/upload":
|
"/upload":
|
||||||
post:
|
post:
|
||||||
summary: Upload some content to the content repository.
|
summary: Upload some content to the content repository.
|
||||||
operationid: uploadContent
|
operationId: uploadContent
|
||||||
produces: ["application/json"]
|
produces: ["application/json"]
|
||||||
parameters:
|
parameters:
|
||||||
- in: header
|
- in: header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue