Removing org ID from cloud spec.
This commit is contained in:
parent
2002728740
commit
d058bb0569
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue