Docs: Attach / Detach tags

This commit is contained in:
Daniel Hougaard
2024-03-25 21:53:39 +01:00
parent e7c2f6f88c
commit f91c77baa3
3 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Attach tags"
openapi: "POST /api/v3/secrets/tags/{secretName}"
---

View File

@@ -0,0 +1,4 @@
---
title: "Detach tags"
openapi: "DELETE /api/v3/secrets/tags/{secretName}"
---