botserver/api-template.json
2025-04-25 01:46:35 -03:00

14 lines
No EOL
312 B
JSON

{
"openapi": "3.0.0",
"info": {
"title": "General Bots API",
"description": "General Bots API description in Swagger format",
"version": "1.0"
},
"servers": [
{
"url": "https://generalbots.online/api",
"description": "General Bots Online"
}
]
}