improvements: address feedback

This commit is contained in:
Scott Wilson
2025-01-20 22:17:20 -08:00
parent 6341b7e989
commit 3c1fc024c2
57 changed files with 981 additions and 432 deletions

View File

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

View File

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

View File

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

View File

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