From 8c033b80dc6f3226741c1994c037bb378873926f Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 3 Dec 2022 10:37:28 -0900 Subject: [PATCH] generate docs --- backend/app/api/static/docs/docs.go | 3 +++ backend/app/api/static/docs/swagger.json | 3 +++ backend/app/api/static/docs/swagger.yaml | 2 ++ 3 files changed, 8 insertions(+) diff --git a/backend/app/api/static/docs/docs.go b/backend/app/api/static/docs/docs.go index 6e02411..6e8cebd 100644 --- a/backend/app/api/static/docs/docs.go +++ b/backend/app/api/static/docs/docs.go @@ -1966,6 +1966,9 @@ const docTemplate = `{ "v1.TokenResponse": { "type": "object", "properties": { + "attachmentToken": { + "type": "string" + }, "expiresAt": { "type": "string" }, diff --git a/backend/app/api/static/docs/swagger.json b/backend/app/api/static/docs/swagger.json index 3be73bd..f09cffa 100644 --- a/backend/app/api/static/docs/swagger.json +++ b/backend/app/api/static/docs/swagger.json @@ -1958,6 +1958,9 @@ "v1.TokenResponse": { "type": "object", "properties": { + "attachmentToken": { + "type": "string" + }, "expiresAt": { "type": "string" }, diff --git a/backend/app/api/static/docs/swagger.yaml b/backend/app/api/static/docs/swagger.yaml index 72563b9..1e3b528 100644 --- a/backend/app/api/static/docs/swagger.yaml +++ b/backend/app/api/static/docs/swagger.yaml @@ -510,6 +510,8 @@ definitions: type: object v1.TokenResponse: properties: + attachmentToken: + type: string expiresAt: type: string token: