From 0f50dc047db581512b617a2343d97cae75612749 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Mon, 1 Jun 2026 13:22:09 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 7 ++++--- pkg/swagger/swagger.json | 7 ++++--- pkg/swagger/swagger.yaml | 3 ++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 6df04a744..104c7eb20 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -9790,8 +9790,7 @@ const docTemplate = `{ "enum": [ "none", "manual", - "filter", - "manual" + "filter" ] }, "created": { @@ -9828,7 +9827,9 @@ const docTemplate = `{ }, "title": { "description": "The title of this view", - "type": "string" + "type": "string", + "maxLength": 250, + "minLength": 1 }, "updated": { "description": "A timestamp when this view was updated. You cannot change this value.", diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index c1dd8f3a6..e686178bb 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -9782,8 +9782,7 @@ "enum": [ "none", "manual", - "filter", - "manual" + "filter" ] }, "created": { @@ -9820,7 +9819,9 @@ }, "title": { "description": "The title of this view", - "type": "string" + "type": "string", + "maxLength": 250, + "minLength": 1 }, "updated": { "description": "A timestamp when this view was updated. You cannot change this value.", diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index f524a2912..809ad2f62 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -674,7 +674,6 @@ definitions: - none - manual - filter - - manual type: string created: description: A timestamp when this reaction was created. You cannot change @@ -705,6 +704,8 @@ definitions: type: integer title: description: The title of this view + maxLength: 250 + minLength: 1 type: string updated: description: A timestamp when this view was updated. You cannot change this