mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 07:28:09 -05:00
feat: updated docs with new endpoints
This commit is contained in:
@@ -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