New doc routes

This commit is contained in:
Daniel Hougaard
2024-02-13 18:20:37 +01:00
parent 26576b6bcd
commit f2dcc83a56
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Create workspace"
openapi: "POST /api/v2/workspace"
---

View File

@@ -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>

View File

@@ -0,0 +1,4 @@
---
title: "Invite Member"
openapi: "POST /api/v2/workspace/{projectId}/memberships"
---

View File

@@ -0,0 +1,4 @@
---
title: "Remove Member"
openapi: "DELETE /api/v2/workspace/{projectId}/memberships"
---