mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: updated docs with new endpoints
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get Identity by ID"
|
||||
openapi: "GET /api/v1/projects/{projectId}/identity-memberships/{identityId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create Identity Membership"
|
||||
openapi: "POST /api/v1/projects/{projectId}/memberships/identities/{identityId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete Identity Membership"
|
||||
openapi: "DELETE /api/v1/projects/{projectId}/memberships/identities/{identityId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get Identity by ID"
|
||||
openapi: "GET /api/v1/projects/{projectId}/memberships/identities/{identityId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Identity Memberships"
|
||||
openapi: "GET /api/v1/projects/{projectId}/memberships/identities"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update Identity Membership"
|
||||
openapi: "PATCH /api/v1/projects/{projectId}/memberships/identities/{identityId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create Identity"
|
||||
openapi: "POST /api/v1/projects/{projectId}/identities"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete Identity"
|
||||
openapi: "DELETE /api/v1/projects/{projectId}/identities/{identityId}"
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: "Get Identity by ID"
|
||||
openapi: "GET /api/v1/projects/{projectId}/identity-memberships/{identityId}"
|
||||
title: "Get Identity By Id"
|
||||
openapi: "GET /api/v1/projects/{projectId}/identities/{identityId}"
|
||||
---
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Identity"
|
||||
openapi: "POST /api/v1/projects/{projectId}/identities"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update Identity"
|
||||
openapi: "PATCH /api/v1/projects/{projectId}/identities/{identityId}"
|
||||
---
|
||||
Reference in New Issue
Block a user