botserver/api-template.json
2025-04-15 12:49:05 -03:00

14 lines
No EOL
315 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://gb.pragmatismo.com.br/api",
"description": "General Bots Online"
}
]
}