From e89fb33981585350f823d6b53d7e132abd0223fc Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Fri, 14 Mar 2025 14:21:56 -0300 Subject: [PATCH] Add missing docs for humanitec app connection endpoints --- .../endpoints/app-connections/humanitec/create.mdx | 4 ++++ .../endpoints/app-connections/humanitec/update.mdx | 4 ++++ docs/mint.json | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 docs/api-reference/endpoints/app-connections/humanitec/create.mdx create mode 100644 docs/api-reference/endpoints/app-connections/humanitec/update.mdx diff --git a/docs/api-reference/endpoints/app-connections/humanitec/create.mdx b/docs/api-reference/endpoints/app-connections/humanitec/create.mdx new file mode 100644 index 000000000..a4d196911 --- /dev/null +++ b/docs/api-reference/endpoints/app-connections/humanitec/create.mdx @@ -0,0 +1,4 @@ +--- +title: "Create" +openapi: "POST /api/v1/app-connections/humanitec" +--- \ No newline at end of file diff --git a/docs/api-reference/endpoints/app-connections/humanitec/update.mdx b/docs/api-reference/endpoints/app-connections/humanitec/update.mdx new file mode 100644 index 000000000..2a0806324 --- /dev/null +++ b/docs/api-reference/endpoints/app-connections/humanitec/update.mdx @@ -0,0 +1,4 @@ +--- +title: "Update" +openapi: "PATCH /api/v1/app-connections/humanitec/{connectionId}" +--- \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 1796a17df..8f4c22bd1 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -908,6 +908,8 @@ "api-reference/endpoints/app-connections/humanitec/available", "api-reference/endpoints/app-connections/humanitec/get-by-id", "api-reference/endpoints/app-connections/humanitec/get-by-name", + "api-reference/endpoints/app-connections/humanitec/create", + "api-reference/endpoints/app-connections/humanitec/update", "api-reference/endpoints/app-connections/humanitec/delete" ] }