4
apps/docs/api-reference/workspace/create.mdx
Normal file
4
apps/docs/api-reference/workspace/create.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Create a workspace'
|
||||
openapi: POST /v1/workspaces
|
||||
---
|
||||
4
apps/docs/api-reference/workspace/delete.mdx
Normal file
4
apps/docs/api-reference/workspace/delete.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Delete a workspace'
|
||||
openapi: DELETE /v1/workspaces/{workspaceId}
|
||||
---
|
||||
4
apps/docs/api-reference/workspace/get.mdx
Normal file
4
apps/docs/api-reference/workspace/get.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Get a workspace'
|
||||
openapi: GET /v1/workspaces/{workspaceId}
|
||||
---
|
||||
4
apps/docs/api-reference/workspace/list-members.mdx
Normal file
4
apps/docs/api-reference/workspace/list-members.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'List members'
|
||||
openapi: GET /v1/workspaces/{workspaceId}/members
|
||||
---
|
||||
4
apps/docs/api-reference/workspace/list.mdx
Normal file
4
apps/docs/api-reference/workspace/list.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'List workspaces'
|
||||
openapi: GET /v1/workspaces
|
||||
---
|
||||
4
apps/docs/api-reference/workspace/update.mdx
Normal file
4
apps/docs/api-reference/workspace/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: 'Update a workspace'
|
||||
openapi: PATCH /v1/workspaces/{workspaceId}
|
||||
---
|
||||
Reference in New Issue
Block a user