Add missing docs for humanitec app connection endpoints

This commit is contained in:
carlosmonastyrski
2025-03-14 14:21:56 -03:00
parent 16866d46bf
commit e89fb33981
3 changed files with 10 additions and 0 deletions

View File

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

View File

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

View File

@@ -908,6 +908,8 @@
"api-reference/endpoints/app-connections/humanitec/available", "api-reference/endpoints/app-connections/humanitec/available",
"api-reference/endpoints/app-connections/humanitec/get-by-id", "api-reference/endpoints/app-connections/humanitec/get-by-id",
"api-reference/endpoints/app-connections/humanitec/get-by-name", "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" "api-reference/endpoints/app-connections/humanitec/delete"
] ]
} }