1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00
budibase/packages/server/specs/openapi.json
2022-02-16 16:42:50 +00:00

17 lines
No EOL
329 B
JSON

{
"openapi": "3.0.0",
"info": {
"title": "Budibase API",
"description": "The public API for Budibase apps and its services.",
"version": "1.0.0"
},
"servers": [
{
"url": "http://budibase.app/api",
"description": "Budibase Cloud API"
}
],
"paths": {},
"components": {},
"tags": []
}