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 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/workspace/{workspaceId}/environments"
openapi: "POST /api/v1/projects/{projectId}/environments"
---

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/workspace/{workspaceId}/environments/{id}"
openapi: "DELETE /api/v1/projects/{projectId}/environments/{id}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v1/workspace/{workspaceId}/environments/{id}"
openapi: "PATCH /api/v1/projects/{projectId}/environments/{id}"
---