mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add API Key auth method to environment endpoints, add endpoints to public REST API docs
This commit is contained in:
4
docs/api-reference/endpoints/environments/create.mdx
Normal file
4
docs/api-reference/endpoints/environments/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v2/workspace/{workspaceId}/environments"
|
||||
---
|
||||
4
docs/api-reference/endpoints/environments/delete.mdx
Normal file
4
docs/api-reference/endpoints/environments/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v2/workspace/{workspaceId}/environments"
|
||||
---
|
||||
4
docs/api-reference/endpoints/environments/list.mdx
Normal file
4
docs/api-reference/endpoints/environments/list.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List"
|
||||
openapi: "GET /api/v2/workspace/{workspaceId}/environments"
|
||||
---
|
||||
4
docs/api-reference/endpoints/environments/update.mdx
Normal file
4
docs/api-reference/endpoints/environments/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PUT /api/v2/workspace/{workspaceId}/environments"
|
||||
---
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v3/secrets/{secretName}"
|
||||
title: "List"
|
||||
openapi: "GET /api/v3/secrets/"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Retrieve All"
|
||||
openapi: "GET /api/v3/secrets/"
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v3/secrets/{secretName}"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
|
||||
Reference in New Issue
Block a user