1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00
budibase/packages/server/specs/openapi.json
2022-02-16 18:23:38 +00:00

28 lines
No EOL
551 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": {
"/api/public/v1/row/search": {
"post": {
"description": "Search for rows.",
"responses": {
"200": {
"description": "Returns the rows."
}
}
}
}
},
"components": {},
"tags": []
}