2
0

📝 Migrate from Docusaurus to Mintlify (#1115)

Closes #868
This commit is contained in:
Baptiste Arnaud
2023-12-22 09:13:53 +01:00
committed by GitHub
parent 512bb09282
commit 1e5fa5a575
450 changed files with 49522 additions and 104787 deletions

View File

@@ -0,0 +1,4 @@
---
title: 'Create a workspace'
openapi: POST /v1/workspaces
---

View File

@@ -0,0 +1,4 @@
---
title: 'Delete a workspace'
openapi: DELETE /v1/workspaces/{workspaceId}
---

View File

@@ -0,0 +1,4 @@
---
title: 'Get a workspace'
openapi: GET /v1/workspaces/{workspaceId}
---

View File

@@ -0,0 +1,4 @@
---
title: 'List members'
openapi: GET /v1/workspaces/{workspaceId}/members
---

View File

@@ -0,0 +1,4 @@
---
title: 'List workspaces'
openapi: GET /v1/workspaces
---

View File

@@ -0,0 +1,4 @@
---
title: 'Update a workspace'
openapi: PATCH /v1/workspaces/{workspaceId}
---