This commit is contained in:
Daniel Hougaard
2024-02-22 23:07:07 +01:00
parent acf8a54abb
commit 5c988c2cd5
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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