mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
doc: add groups endpoints to api reference documentation
This commit is contained in:
4
docs/api-reference/endpoints/groups/add-group-user.mdx
Normal file
4
docs/api-reference/endpoints/groups/add-group-user.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Add Group User"
|
||||
openapi: "POST /api/v1/groups/{id}/users/{username}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/groups/create.mdx
Normal file
4
docs/api-reference/endpoints/groups/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create"
|
||||
openapi: "POST /api/v1/groups"
|
||||
---
|
||||
4
docs/api-reference/endpoints/groups/delete.mdx
Normal file
4
docs/api-reference/endpoints/groups/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete"
|
||||
openapi: "DELETE /api/v1/groups/{id}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/groups/get-by-id.mdx
Normal file
4
docs/api-reference/endpoints/groups/get-by-id.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get By ID"
|
||||
openapi: "GET /api/v1/groups/{id}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/groups/get.mdx
Normal file
4
docs/api-reference/endpoints/groups/get.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get Groups in Organization"
|
||||
openapi: "GET /api/v1/groups"
|
||||
---
|
||||
4
docs/api-reference/endpoints/groups/list-group-users.mdx
Normal file
4
docs/api-reference/endpoints/groups/list-group-users.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Group Users"
|
||||
openapi: "GET /api/v1/groups/{id}/users"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Remove Group User"
|
||||
openapi: "DELETE /api/v1/groups/{id}/users/{username}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/groups/update.mdx
Normal file
4
docs/api-reference/endpoints/groups/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/groups/{id}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/project-groups/create.mdx
Normal file
4
docs/api-reference/endpoints/project-groups/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create Project Membership"
|
||||
openapi: "POST /api/v2/workspace/{projectId}/groups/{groupId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/project-groups/delete.mdx
Normal file
4
docs/api-reference/endpoints/project-groups/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Delete Project Membership"
|
||||
openapi: "DELETE /api/v2/workspace/{projectId}/groups/{groupId}"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get Project Membership"
|
||||
openapi: "GET /api/v2/workspace/{projectId}/groups/{groupId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/project-groups/list.mdx
Normal file
4
docs/api-reference/endpoints/project-groups/list.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "List Project Memberships"
|
||||
openapi: "GET /api/v2/workspace/{projectId}/groups"
|
||||
---
|
||||
4
docs/api-reference/endpoints/project-groups/update.mdx
Normal file
4
docs/api-reference/endpoints/project-groups/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update Project Membership"
|
||||
openapi: "PATCH /api/v2/workspace/{projectId}/groups/{groupId}"
|
||||
---
|
||||
Reference in New Issue
Block a user