generate
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user