Deploy Bots API #28

Merged
Quaternions merged 34 commits from staging into master 2026-02-28 02:33:43 +00:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit 2ea3808f12 - Show all commits

View File

@@ -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",

View File

@@ -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",

View File

@@ -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: