botserver/api-template.json

14 lines
314 B
JSON
Raw Normal View History

2024-01-16 23:32:04 -03:00
{
"openapi": "3.0.0",
"info": {
"title": "General Bots API",
"description": "General Bots API description in Swagger format",
"version": "1.0"
},
"servers": [
{
2024-04-20 17:24:00 -03:00
"url": "https://gb.pragmatismo.cloud/api",
2024-01-16 23:32:04 -03:00
"description": "General Bots Online"
}
]
}