[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-06-01 13:22:09 +00:00
parent 738bcd0c77
commit 0f50dc047d
3 changed files with 10 additions and 7 deletions

View File

@ -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.",

View File

@ -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.",

View File

@ -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