Docs: Expose tags endpoints

This commit is contained in:
Daniel Hougaard
2024-03-25 21:48:54 +01:00
parent f7c2d38aef
commit e7c2f6f88c
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v1/workspace/{projectId}/tags"
---

View File

@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v1/workspace/{projectId}/tags/{tagId}"
---

View File

@ -0,0 +1,4 @@
---
title: "List"
openapi: "GET /api/v1/workspace/{projectId}/tags"
---