doc: added api reference

This commit is contained in:
Sheen Capadngan
2025-04-09 00:06:17 +08:00
parent 3f9a793578
commit b444908022
16 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Available"
openapi: "GET /api/v1/app-connections/camunda/available"
---

View File

@@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/app-connections/camunda"
---

View File

@@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/app-connections/camunda/{connectionId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by ID"
openapi: "GET /api/v1/app-connections/camunda/{connectionId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by Name"
openapi: "GET /api/v1/app-connections/camunda/connection-name/{connectionName}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/app-connections/camunda"
---

View File

@@ -0,0 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/app-connections/camunda/{connectionId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/secret-syncs/camunda"
---

View File

@@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/secret-syncs/camunda/{syncId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by ID"
openapi: "GET /api/v1/secret-syncs/camunda/{syncId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get by Name"
openapi: "GET /api/v1/secret-syncs/camunda/sync-name/{syncName}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/secret-syncs/camunda"
---

View File

@@ -0,0 +1,4 @@
---
title: "Remove Secrets"
openapi: "POST /api/v1/secret-syncs/camunda/{syncId}/remove-secrets"
---

View File

@@ -0,0 +1,4 @@
---
title: "Sync Secrets"
openapi: "POST /api/v1/secret-syncs/camunda/{syncId}/sync-secrets"
---

View File

@@ -0,0 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/secret-syncs/camunda/{syncId}"
---

View File

@@ -911,6 +911,18 @@
"api-reference/endpoints/app-connections/azure-key-vault/delete"
]
},
{
"group": "Camunda",
"pages": [
"api-reference/endpoints/app-connections/camunda/list",
"api-reference/endpoints/app-connections/camunda/available",
"api-reference/endpoints/app-connections/camunda/get-by-id",
"api-reference/endpoints/app-connections/camunda/get-by-name",
"api-reference/endpoints/app-connections/camunda/create",
"api-reference/endpoints/app-connections/camunda/update",
"api-reference/endpoints/app-connections/camunda/delete"
]
},
{
"group": "Databricks",
"pages": [
@@ -1046,6 +1058,19 @@
"api-reference/endpoints/secret-syncs/azure-key-vault/remove-secrets"
]
},
{
"group": "Camunda",
"pages": [
"api-reference/endpoints/secret-syncs/camunda/list",
"api-reference/endpoints/secret-syncs/camunda/get-by-id",
"api-reference/endpoints/secret-syncs/camunda/get-by-name",
"api-reference/endpoints/secret-syncs/camunda/create",
"api-reference/endpoints/secret-syncs/camunda/update",
"api-reference/endpoints/secret-syncs/camunda/delete",
"api-reference/endpoints/secret-syncs/camunda/sync-secrets",
"api-reference/endpoints/secret-syncs/camunda/remove-secrets"
]
},
{
"group": "Databricks",
"pages": [