1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Removing org ID from cloud spec.

This commit is contained in:
mike12345567 2022-03-07 16:41:22 +00:00
parent 2002728740
commit d058bb0569
3 changed files with 4 additions and 20 deletions

View file

@ -17,14 +17,8 @@ const options = {
},
servers: [
{
url: "https://{organisationId}.budibase.app/api/public/v1",
url: "https://budibase.app/api/public/v1",
description: "Budibase Cloud API",
variables: {
organisationId: {
default: "organisation",
description: "The organisation you are attempting to access.",
},
},
},
{
url: "{protocol}://{hostname}/api/public/v1",

View file

@ -7,14 +7,8 @@
},
"servers": [
{
"url": "https://{organisationId}.budibase.app/api/public/v1",
"description": "Budibase Cloud API",
"variables": {
"organisationId": {
"default": "organisation",
"description": "The organisation you are attempting to access."
}
}
"url": "https://budibase.app/api/public/v1",
"description": "Budibase Cloud API"
},
{
"url": "{protocol}://{hostname}/api/public/v1",

View file

@ -4,12 +4,8 @@ info:
description: The public API for Budibase apps and its services.
version: 1.0.0
servers:
- url: https://{organisationId}.budibase.app/api/public/v1
- url: https://budibase.app/api/public/v1
description: Budibase Cloud API
variables:
organisationId:
default: organisation
description: The organisation you are attempting to access.
- url: "{protocol}://{hostname}/api/public/v1"
description: Budibase self hosted API
variables: