operationid -> operationId

Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
pull/977/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
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…
Cancel
Save