operationid -> operationId

Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
This commit is contained in:
Kitsune Ral 2017-11-13 07:46:03 +09:00
parent 004a4d5148
commit 1d4410b638
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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