Skip to content

Commit

Permalink
Merge pull request #2759 from Infisical/docs-update-note
Browse files Browse the repository at this point in the history
update docs note
  • Loading branch information
DanielHougaard authored Nov 19, 2024
2 parents 735ad4f + 506c30b commit 9a62efe
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 26 deletions.
3 changes: 0 additions & 3 deletions docs/api-reference/endpoints/secrets/create-many.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ title: "Bulk Create"
openapi: "POST /api/v3/secrets/batch/raw"
---

<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>
3 changes: 0 additions & 3 deletions docs/api-reference/endpoints/secrets/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ title: "Create"
openapi: "POST /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>
3 changes: 0 additions & 3 deletions docs/api-reference/endpoints/secrets/delete-many.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ title: "Bulk Delete"
openapi: "DELETE /api/v3/secrets/batch/raw"
---

<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>
3 changes: 0 additions & 3 deletions docs/api-reference/endpoints/secrets/delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ title: "Delete"
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>
4 changes: 0 additions & 4 deletions docs/api-reference/endpoints/secrets/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
title: "List"
openapi: "GET /api/v3/secrets/raw"
---

<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>
3 changes: 0 additions & 3 deletions docs/api-reference/endpoints/secrets/read.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ title: "Retrieve"
openapi: "GET /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>
3 changes: 0 additions & 3 deletions docs/api-reference/endpoints/secrets/update-many.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ title: "Bulk Update"
openapi: "PATCH /api/v3/secrets/batch/raw"
---

<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>
4 changes: 0 additions & 4 deletions docs/api-reference/endpoints/secrets/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
title: "Update"
openapi: "PATCH /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>

0 comments on commit 9a62efe

Please sign in to comment.