Deploy Bots API #28
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user