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,10 +1,9 @@
---
title: "Create"
openapi: "POST /api/v2/workspace/{projectId}/roles"
openapi: "POST /api/v1/projects/{projectId}/roles"
---
<Note>
You can read more about the permissions field in the [permissions
documentation](/internals/permissions).
</Note>

View File

@@ -1,4 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v2/workspace/{projectId}/roles/{roleId}"
openapi: "DELETE /api/v1/projects/{projectId}/roles/{roleId}"
---

View File

@@ -1,4 +1,4 @@
---
title: "Get By Slug"
openapi: "GET /api/v2/workspace/{projectId}/roles/slug/{roleSlug}"
openapi: "GET /api/v1/projects/{projectId}/roles/slug/{roleSlug}"
---

View File

@@ -1,4 +1,4 @@
---
title: "List"
openapi: "GET /api/v2/workspace/{projectId}/roles"
openapi: "GET /api/v1/projects/{projectId}/roles"
---

View File

@@ -1,4 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v2/workspace/{projectId}/roles/{roleId}"
openapi: "PATCH /api/v1/projects/{projectId}/roles/{roleId}"
---