mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2025-01-25 10:07:33 +01:00
46 lines
948 B
JSON
46 lines
948 B
JSON
{
|
|
"200": {
|
|
"description": "Request was successful, the result is returned.",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"allOf": [
|
|
{
|
|
"$ref": "#/components/schemas/Success"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"result": {}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"400": {
|
|
"$ref": "#/components/responses/BadRequest"
|
|
},
|
|
"401": {
|
|
"$ref": "#/components/responses/Unauthorized"
|
|
},
|
|
"403": {
|
|
"$ref": "#/components/responses/Forbidden"
|
|
},
|
|
"404": {
|
|
"$ref": "#/components/responses/NotFound"
|
|
},
|
|
"409": {
|
|
"$ref": "#/components/responses/Conflict"
|
|
},
|
|
"429": {
|
|
"$ref": "#/components/responses/TooManyRequests"
|
|
},
|
|
"5XX": {
|
|
"$ref": "#/components/responses/ServerError"
|
|
},
|
|
"default": {
|
|
"$ref": "#/components/responses/UnknownError"
|
|
}
|
|
} |