mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
Merge pull request #1987 from akhilmhdh/feat/ui-permission-check-broken
New API endpoints for Tag update, get by id and get by slug
This commit is contained in:
4
docs/api-reference/endpoints/secret-tags/get-by-id.mdx
Normal file
4
docs/api-reference/endpoints/secret-tags/get-by-id.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get By ID"
|
||||
openapi: "GET /api/v1/workspace/{projectId}/tags/{tagId}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/secret-tags/get-by-slug.mdx
Normal file
4
docs/api-reference/endpoints/secret-tags/get-by-slug.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Get By Slug"
|
||||
openapi: "GET /api/v1/workspace/{projectId}/tags/slug/{tagSlug}"
|
||||
---
|
||||
4
docs/api-reference/endpoints/secret-tags/update.mdx
Normal file
4
docs/api-reference/endpoints/secret-tags/update.mdx
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "Update"
|
||||
openapi: "PATCH /api/v1/workspace/{projectId}/tags/{tagId}"
|
||||
---
|
||||
Reference in New Issue
Block a user