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}"
---