mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
improvements: address feedback
This commit is contained in:
@@ -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}"
|
||||
---
|
||||
|
||||
@@ -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}"
|
||||
---
|
||||
|
||||
@@ -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}"
|
||||
---
|
||||
|
||||
@@ -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}"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user