Skip to content

Commit 9a62efe

Browse files
Merge pull request #2759 from Infisical/docs-update-note
update docs note
2 parents 735ad4f + 506c30b commit 9a62efe

File tree

8 files changed

+0
-26
lines changed

8 files changed

+0
-26
lines changed

docs/api-reference/endpoints/secrets/create-many.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ title: "Bulk Create"
33
openapi: "POST /api/v3/secrets/batch/raw"
44
---
55

6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/create.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ title: "Create"
33
openapi: "POST /api/v3/secrets/raw/{secretName}"
44
---
55

6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/delete-many.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ title: "Bulk Delete"
33
openapi: "DELETE /api/v3/secrets/batch/raw"
44
---
55

6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/delete.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ title: "Delete"
33
openapi: "DELETE /api/v3/secrets/raw/{secretName}"
44
---
55

6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/list.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
title: "List"
33
openapi: "GET /api/v3/secrets/raw"
44
---
5-
6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/read.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ title: "Retrieve"
33
openapi: "GET /api/v3/secrets/raw/{secretName}"
44
---
55

6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/update-many.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@ title: "Bulk Update"
33
openapi: "PATCH /api/v3/secrets/batch/raw"
44
---
55

6-
<Tip>
7-
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).
8-
</Tip>

docs/api-reference/endpoints/secrets/update.mdx

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
title: "Update"
33
openapi: "PATCH /api/v3/secrets/raw/{secretName}"
44
---
5-
6-
<Tip>
7-
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).
8-
</Tip>

0 commit comments

Comments
 (0)