Removing org ID from cloud spec.
This commit is contained in:
parent
3becf1b8a4
commit
5bbbcde978
|
@ -17,14 +17,8 @@ const options = {
|
||||||
},
|
},
|
||||||
servers: [
|
servers: [
|
||||||
{
|
{
|
||||||
url: "https://{organisationId}.budibase.app/api/public/v1",
|
url: "https://budibase.app/api/public/v1",
|
||||||
description: "Budibase Cloud API",
|
description: "Budibase Cloud API",
|
||||||
variables: {
|
|
||||||
organisationId: {
|
|
||||||
default: "organisation",
|
|
||||||
description: "The organisation you are attempting to access.",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: "{protocol}://{hostname}/api/public/v1",
|
url: "{protocol}://{hostname}/api/public/v1",
|
||||||
|
|
|
@ -7,14 +7,8 @@
|
||||||
},
|
},
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"url": "https://{organisationId}.budibase.app/api/public/v1",
|
"url": "https://budibase.app/api/public/v1",
|
||||||
"description": "Budibase Cloud API",
|
"description": "Budibase Cloud API"
|
||||||
"variables": {
|
|
||||||
"organisationId": {
|
|
||||||
"default": "organisation",
|
|
||||||
"description": "The organisation you are attempting to access."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "{protocol}://{hostname}/api/public/v1",
|
"url": "{protocol}://{hostname}/api/public/v1",
|
||||||
|
|
|
@ -4,12 +4,8 @@ info:
|
||||||
description: The public API for Budibase apps and its services.
|
description: The public API for Budibase apps and its services.
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
servers:
|
servers:
|
||||||
- url: https://{organisationId}.budibase.app/api/public/v1
|
- url: https://budibase.app/api/public/v1
|
||||||
description: Budibase Cloud API
|
description: Budibase Cloud API
|
||||||
variables:
|
|
||||||
organisationId:
|
|
||||||
default: organisation
|
|
||||||
description: The organisation you are attempting to access.
|
|
||||||
- url: "{protocol}://{hostname}/api/public/v1"
|
- url: "{protocol}://{hostname}/api/public/v1"
|
||||||
description: Budibase self hosted API
|
description: Budibase self hosted API
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue