feat: completed docs for to be depreciated api endpoints

This commit is contained in:
=
2025-09-15 15:00:10 +05:30
parent 8aea5f42f6
commit 30d1af14b1
115 changed files with 415 additions and 74 deletions

View File

@@ -1,4 +0,0 @@
---
title: "Attach tags"
openapi: "POST /api/v3/secrets/tags/{secretName}"
---

View File

@@ -1,5 +1,4 @@
---
title: "Bulk Create"
openapi: "POST /api/v3/secrets/batch/raw"
openapi: "POST /api/v4/secrets/batch"
---

View File

@@ -1,5 +1,4 @@
---
title: "Create"
openapi: "POST /api/v3/secrets/raw/{secretName}"
openapi: "POST /api/v4/secrets/{secretName}"
---

View File

@@ -1,5 +1,4 @@
---
title: "Bulk Delete"
openapi: "DELETE /api/v3/secrets/batch/raw"
openapi: "DELETE /api/v4/secrets/batch"
---

View File

@@ -1,5 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v3/secrets/raw/{secretName}"
openapi: "DELETE /api/v4/secrets/{secretName}"
---

View File

@@ -1,4 +0,0 @@
---
title: "Detach tags"
openapi: "DELETE /api/v3/secrets/tags/{secretName}"
---

View File

@@ -1,4 +1,4 @@
---
title: "List"
openapi: "GET /api/v3/secrets/raw"
openapi: "GET /api/v4/secrets"
---

View File

@@ -1,5 +1,4 @@
---
title: "Retrieve"
openapi: "GET /api/v3/secrets/raw/{secretName}"
openapi: "GET /api/v4/secrets/{secretName}"
---

View File

@@ -1,5 +1,4 @@
---
title: "Bulk Update"
openapi: "PATCH /api/v3/secrets/batch/raw"
openapi: "PATCH /api/v4/secrets/batch"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v3/secrets/raw/{secretName}"
openapi: "PATCH /api/v4/secrets/{secretName}"
---