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}"
|
||||
---
|
||||
@@ -1150,21 +1150,31 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Project Identities",
|
||||
"group": "Project Managed Identities",
|
||||
"pages": [
|
||||
"api-reference/endpoints/project-identities/add-identity-membership",
|
||||
"api-reference/endpoints/project-identities/list-identity-memberships",
|
||||
"api-reference/endpoints/project-identities/add-identity",
|
||||
"api-reference/endpoints/project-identities/list-identity",
|
||||
"api-reference/endpoints/project-identities/get-by-id",
|
||||
"api-reference/endpoints/project-identities/update-identity-membership",
|
||||
"api-reference/endpoints/project-identities/delete-identity-membership",
|
||||
"api-reference/endpoints/project-identities/update-identity",
|
||||
"api-reference/endpoints/project-identities/delete-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Project Identity Memberships",
|
||||
"pages": [
|
||||
"api-reference/endpoints/project-identities-membership/add-identity-membership",
|
||||
"api-reference/endpoints/project-identities-membership/list-identity-memberships",
|
||||
"api-reference/endpoints/project-identities-membership/get-by-id",
|
||||
"api-reference/endpoints/project-identities-membership/update-identity-membership",
|
||||
"api-reference/endpoints/project-identities-membership/delete-identity-membership",
|
||||
{
|
||||
"group": "Legacy",
|
||||
"pages": [
|
||||
"api-reference/endpoints/deprecated/project-identities/add-identity-membership",
|
||||
"api-reference/endpoints/deprecated/project-identities/list-identity-memberships",
|
||||
"api-reference/endpoints/deprecated/project-identities/get-by-id",
|
||||
"api-reference/endpoints/deprecated/project-identities/update-identity-membership",
|
||||
"api-reference/endpoints/deprecated/project-identities/delete-identity-membership"
|
||||
"api-reference/endpoints/deprecated/project-identities-v2/add-identity-membership",
|
||||
"api-reference/endpoints/deprecated/project-identities-v2/list-identity-memberships",
|
||||
"api-reference/endpoints/deprecated/project-identities-v2/get-by-id",
|
||||
"api-reference/endpoints/deprecated/project-identities-v2/update-identity-membership",
|
||||
"api-reference/endpoints/deprecated/project-identities-v2/delete-identity-membership"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user