diff --git a/docs/docs.go b/docs/docs.go index 4ae2214..7840bd3 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -461,11 +461,11 @@ const docTemplate = `{ "ApiKeyAuth": [] } ], - "description": "Get a download url for the bot replay of a time by its ID if it exists", + "description": "Get a HTTP 302 Redirect to the download url for the bot replay of a time by its ID if it exists", "tags": [ "times" ], - "summary": "Get bot download url by time ID", + "summary": "Get redirect to bot download url by time ID", "parameters": [ { "type": "integer", diff --git a/docs/swagger.json b/docs/swagger.json index 710cf06..1c1c7a2 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -454,11 +454,11 @@ "ApiKeyAuth": [] } ], - "description": "Get a download url for the bot replay of a time by its ID if it exists", + "description": "Get a HTTP 302 Redirect to the download url for the bot replay of a time by its ID if it exists", "tags": [ "times" ], - "summary": "Get bot download url by time ID", + "summary": "Get redirect to bot download url by time ID", "parameters": [ { "type": "integer", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index bdf515d..78d10af 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -408,8 +408,8 @@ paths: - times /time/{id}/bot: get: - description: Get a download url for the bot replay of a time by its ID if it - exists + description: Get a HTTP 302 Redirect to the download url for the bot replay + of a time by its ID if it exists parameters: - description: Time ID in: path @@ -433,7 +433,7 @@ paths: $ref: '#/definitions/Error' security: - ApiKeyAuth: [] - summary: Get bot download url by time ID + summary: Get redirect to bot download url by time ID tags: - times /time/placement: