Documentation

This commit is contained in:
Daniel Hougaard
2024-02-21 08:44:19 +01:00
parent f178220c5a
commit 04b4e80dd1
4 changed files with 10 additions and 2 deletions

View File

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

View File

@@ -1,5 +1,5 @@
---
title: "Delete workspace"
title: "Delete Workspace"
openapi: "DELETE /api/v1/workspace/{workspaceId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Get Workspace"
openapi: "GET /api/v1/workspace/{workspaceId}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Update Workspace"
openapi: "PATCH /api/v1/workspace/{workspaceId}"
---