mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Correct API reference endpoint details/params for secrets, folders, environments, secret imports
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
title: "List"
|
||||
openapi: "GET /api/v2/workspace/{workspaceId}/environments"
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/folders/{folderId}"
|
||||
openapi: "DELETE /api/v1/folders/{folderName}"
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/folders/{folderId}"
|
||||
openapi: "PATCH /api/v1/folders/{folderName}"
|
||||
---
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v3/secrets/{secretName}"
|
||||
openapi: "POST /api/v3/secrets/raw/{secretName}"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
Using this route requires understanding Infisical's system and cryptography.
|
||||
You should consult the [examples](https://infisical.com/docs/api-reference/overview/examples/note) for how to use
|
||||
this endpoint.
|
||||
This endpoint requires you to disable end-to-end encryption. For more information, you should consult this [note](https://infisical.com/docs/api-reference/overview/examples/note).
|
||||
</Tip>
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v3/secrets/{secretName}"
|
||||
---
|
||||
openapi: "DELETE /api/v3/secrets/raw/{secretName}"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
This endpoint requires you to disable end-to-end encryption. For more information, you should consult this [note](https://infisical.com/docs/api-reference/overview/examples/note).
|
||||
</Tip>
|
||||
@@ -1,11 +1,8 @@
|
||||
---
|
||||
title: "List"
|
||||
openapi: "GET /api/v3/secrets/"
|
||||
openapi: "GET /api/v3/secrets/raw"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
Using this route requires understanding Infisical's system and cryptography.
|
||||
You should consult the [examples](https://infisical.com/docs/api-reference/overview/examples/note) for how to use
|
||||
this endpoint.
|
||||
</Tip>
|
||||
|
||||
This endpoint requires you to disable end-to-end encryption. For more information, you should consult this [note](https://infisical.com/docs/api-reference/overview/examples/note).
|
||||
</Tip>
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
title: "Retrieve"
|
||||
openapi: "GET /api/v3/secrets/{secretName}"
|
||||
openapi: "GET /api/v3/secrets/raw/{secretName}"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
Using this route requires understanding Infisical's system and cryptography.
|
||||
You should consult the [examples](https://infisical.com/docs/api-reference/overview/examples/note) for how to use
|
||||
this endpoint.
|
||||
</Tip>
|
||||
This endpoint requires you to disable end-to-end encryption. For more information, you should consult this [note](https://infisical.com/docs/api-reference/overview/examples/note).
|
||||
</Tip>
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
title: "Roll Back to Version"
|
||||
openapi: "POST /api/v1/secret/{secretId}/secret-versions/rollback"
|
||||
---
|
||||
@@ -1,11 +1,8 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v3/secrets/{secretName}"
|
||||
openapi: "PATCH /api/v3/secrets/raw/{secretName}"
|
||||
---
|
||||
|
||||
<Tip>
|
||||
Using this route requires understanding Infisical's system and cryptography.
|
||||
You should consult the [examples](https://infisical.com/docs/api-reference/overview/examples/note) for how to use
|
||||
this endpoint.
|
||||
</Tip>
|
||||
|
||||
This endpoint requires you to disable end-to-end encryption. For more information, you should consult this [note](https://infisical.com/docs/api-reference/overview/examples/note).
|
||||
</Tip>
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
title: "Get Versions"
|
||||
openapi: "GET /api/v1/secret/{secretId}/secret-versions"
|
||||
---
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
title: "Get Logs"
|
||||
openapi: "GET /api/v1/workspace/{workspaceId}/logs"
|
||||
---
|
||||
@@ -330,7 +330,6 @@
|
||||
"api-reference/endpoints/workspaces/update-membership",
|
||||
"api-reference/endpoints/workspaces/delete-membership",
|
||||
"api-reference/endpoints/workspaces/workspace-key",
|
||||
"api-reference/endpoints/workspaces/logs",
|
||||
"api-reference/endpoints/workspaces/secret-snapshots",
|
||||
"api-reference/endpoints/workspaces/rollback-snapshot"
|
||||
]
|
||||
@@ -338,7 +337,6 @@
|
||||
{
|
||||
"group": "Environments",
|
||||
"pages": [
|
||||
"api-reference/endpoints/environments/list",
|
||||
"api-reference/endpoints/environments/create",
|
||||
"api-reference/endpoints/environments/update",
|
||||
"api-reference/endpoints/environments/delete"
|
||||
|
||||
662
docs/spec.yaml
662
docs/spec.yaml
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user