feat: updated docs with new endpoints

This commit is contained in:
=
2025-11-11 16:17:14 +05:30
parent 5eb67aefae
commit 45b89f592e
17 changed files with 67 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Create Identity Membership"
openapi: "POST /api/v1/projects/{projectId}/identity-memberships/{identityId}"
---

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "Get Identity by ID"
openapi: "GET /api/v1/projects/{projectId}/identity-memberships/{identityId}"
---

View File

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

View File

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