docs: added doc for new endpoints of getting membership and some title change

This commit is contained in:
=
2024-05-17 20:49:58 +05:30
parent 84724e5f65
commit ce4cb39a2d
8 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
---
title: "Add Identity Project Membership"
title: "Create Identity Membership"
openapi: "POST /api/v2/workspace/{projectId}/identity-memberships/{identityId}"
---

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "Get By Identity Id"
openapi: "GET /api/v2/workspace/{projectId}/identity-memberships/{identityId}"
---

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
---
title: "Get By Username"
openapi: "POST /api/v1/workspace/{workspaceId}/memberships/details"
---

View File

@@ -1,4 +1,4 @@
---
title: "Invite Member"
openapi: "POST /api/v2/workspace/{projectId}/memberships"
---
---