botserver/api-template.json
2024-04-20 17:24:00 -03:00

14 lines
No EOL
314 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.cloud/api",
"description": "General Bots Online"
}
]
}