operationid -> operationId

Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
pull/1017/head
Kitsune Ral 7 years ago
parent 004a4d5148
commit 1d4410b638

@ -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…
Cancel
Save