generate
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-02-25 18:36:15 -08:00
parent d3771a874a
commit 2ea3808f12
3 changed files with 7 additions and 7 deletions

View File

@@ -461,11 +461,11 @@ const docTemplate = `{
"ApiKeyAuth": [] "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": [ "tags": [
"times" "times"
], ],
"summary": "Get bot download url by time ID", "summary": "Get redirect to bot download url by time ID",
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",

View File

@@ -454,11 +454,11 @@
"ApiKeyAuth": [] "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": [ "tags": [
"times" "times"
], ],
"summary": "Get bot download url by time ID", "summary": "Get redirect to bot download url by time ID",
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",

View File

@@ -408,8 +408,8 @@ paths:
- times - times
/time/{id}/bot: /time/{id}/bot:
get: get:
description: Get a download url for the bot replay of a time by its ID if it description: Get a HTTP 302 Redirect to the download url for the bot replay
exists of a time by its ID if it exists
parameters: parameters:
- description: Time ID - description: Time ID
in: path in: path
@@ -433,7 +433,7 @@ paths:
$ref: '#/definitions/Error' $ref: '#/definitions/Error'
security: security:
- ApiKeyAuth: [] - ApiKeyAuth: []
summary: Get bot download url by time ID summary: Get redirect to bot download url by time ID
tags: tags:
- times - times
/time/placement: /time/placement: