From 971bcece44c5a569c507db519e8161a17afc0ffa Mon Sep 17 00:00:00 2001 From: mrhid6 Date: Tue, 8 Sep 2026 14:51:43 +0000 Subject: [PATCH] feat: Updated openapi doc --- server/internal/api/docs/openapi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/internal/api/docs/openapi.json b/server/internal/api/docs/openapi.json index a33f251..c081a92 100644 --- a/server/internal/api/docs/openapi.json +++ b/server/internal/api/docs/openapi.json @@ -811,6 +811,13 @@ "type": "array", "uniqueItems": false }, + "tag_selector": { + "additionalProperties": { + "type": "string" + }, + "description": "TagSelector restricts this token to servers carrying every tag in the\nmap. Empty or nil means the whole fleet.\n\nImmutable after creation for the same reason as Role and Scopes: changing\nwhat a credential already deployed in CI can reach, with no record of what\nit could reach before, is worse than requiring a rotation.", + "type": "object" + }, "token_id": { "type": "string" },