Supply operationId with freshly added operations
Signed-off-by: Alexey Rusakov <ktirf@users.sf.net>
This commit is contained in:
parent
b53083732b
commit
a68b7e1bbd
2 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,7 @@ paths:
|
||||||
"/preview_url":
|
"/preview_url":
|
||||||
get:
|
get:
|
||||||
summary: "Get information about a URL for a client"
|
summary: "Get information about a URL for a client"
|
||||||
|
operationId: getUrlPreview
|
||||||
produces: ["application/json"]
|
produces: ["application/json"]
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
@ -30,6 +30,7 @@ paths:
|
||||||
summary: Gets information about the owner of an access token.
|
summary: Gets information about the owner of an access token.
|
||||||
description: |-
|
description: |-
|
||||||
Gets information about the owner of a given access token.
|
Gets information about the owner of a given access token.
|
||||||
|
operationId: getTokenOwner
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
parameters: []
|
parameters: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue