From a68b7e1bbd430f863314b6d2b34266804538cd6e Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 15 Nov 2017 07:37:02 +0900 Subject: [PATCH] Supply operationId with freshly added operations Signed-off-by: Alexey Rusakov --- api/client-server/content-repo.yaml | 1 + api/client-server/whoami.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/api/client-server/content-repo.yaml b/api/client-server/content-repo.yaml index 4ad43039..a17ba21d 100644 --- a/api/client-server/content-repo.yaml +++ b/api/client-server/content-repo.yaml @@ -217,6 +217,7 @@ paths: "/preview_url": get: summary: "Get information about a URL for a client" + operationId: getUrlPreview produces: ["application/json"] security: - accessToken: [] diff --git a/api/client-server/whoami.yaml b/api/client-server/whoami.yaml index 4d9d6ceb..e3262fe4 100644 --- a/api/client-server/whoami.yaml +++ b/api/client-server/whoami.yaml @@ -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: []