Supply operationId with freshly added operations

Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
This commit is contained in:
Kitsune Ral 2017-11-15 07:37:02 +09:00
parent b53083732b
commit a68b7e1bbd
2 changed files with 2 additions and 0 deletions

View file

@ -217,6 +217,7 @@ paths:
"/preview_url":
get:
summary: "Get information about a URL for a client"
operationId: getUrlPreview
produces: ["application/json"]
security:
- accessToken: []

View file

@ -30,6 +30,7 @@ paths:
summary: Gets information about the owner of an access token.
description: |-
Gets information about the owner of a given access token.
operationId: getTokenOwner
security:
- accessToken: []
parameters: []