docs: seperate project user and identities api into seperate

This commit is contained in:
=
2024-05-17 16:15:52 +05:30
parent 2ccc77ef40
commit 21656a7ab6
9 changed files with 48 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Delete Identity Membership"
openapi: "DELETE /api/v2/workspace/{projectId}/identity-memberships/{identityId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "List Identity Memberships"
openapi: "GET /api/v2/workspace/{projectId}/identity-memberships"
---

View File

@@ -0,0 +1,4 @@
---
title: "Update Identity Membership"
openapi: "PATCH /api/v2/workspace/{projectId}/identity-memberships/{identityId}"
---