Bläddra i källkod

update api docs

tags/v1.4.43
Jonathan Cobb 4 år sedan
förälder
incheckning
9fa4c302a4
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. +2
    -2
      bubble-server/src/main/resources/META-INF/bubble/openapi-tags.json
  2. +1
    -1
      bubble-server/src/main/resources/bubble-config.yml

+ 2
- 2
bubble-server/src/main/resources/META-INF/bubble/openapi-tags.json Visa fil

@@ -41,7 +41,7 @@
},
{
"name": "mitmproxy",
"description": "mitmproxy uses these APIs to coordinate with Bubble and enhance your internet experience."
"description": "[mitmproxy](https://mitmproxy.org/) uses these APIs to coordinate with Bubble and enhance your internet experience through selective blocking and modification of your traffic, according to how you've set up your Bubble apps."
},
{
"name": "node",
@@ -49,7 +49,7 @@
},
{
"name": "node_manager",
"description": "The nodemanager is a low-level service that can monitor CPU, memory and disk usage. It is also useful in disaster recovery situations."
"description": "The [nodemanager](https://git.bubblev.org/bubblev/bubble-nodemanager) is a low-level service that can monitor CPU, memory and disk usage. It is also useful in disaster recovery situations."
},
{
"name": "payment",


+ 1
- 1
bubble-server/src/main/resources/bubble-config.yml Visa fil

@@ -10,7 +10,7 @@ publicUriBase: {{PUBLIC_BASE_URI}}

openApi:
title: Bubble API Reference
description: This is the Bubble API. It is used by the Bubble web UI, native apps, and CLI tools.
description: This is the Bubble API. It is used by the Bubble web UI, native apps, and CLI tools.\n\n[Learn more about Bubble](https://getbubblenow.com/)\n\n[Bubble Git Server](https://git.bubblev.org/)\n\n[Bubble on Github](https://github.com/GetBubbleNow/)
contactEmail: {{OPENAPI_CONTACT_EMAIL}}
terms: https://getbubblenow.com/terms/
licenseName: Bubble License


Laddar…
Avbryt
Spara