mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
New doc routes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Create workspace"
|
||||
openapi: "POST /api/v2/workspace"
|
||||
---
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Delete workspace"
|
||||
openapi: "DELETE /api/v1/workspace/{workspaceId}"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
This operation is irreversible. All data associated with the project will be deleted. Please use with caution.
|
||||
</Warning>
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Invite Member"
|
||||
openapi: "POST /api/v2/workspace/{projectId}/memberships"
|
||||
---
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Remove Member"
|
||||
openapi: "DELETE /api/v2/workspace/{projectId}/memberships"
|
||||
---
|
||||
Reference in New Issue
Block a user