[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-06-05 10:13:32 +00:00
parent bcade97fa4
commit 380e0afb86
3 changed files with 5 additions and 2 deletions

View File

@ -9363,7 +9363,8 @@ const docTemplate = `{
},
"title": {
"description": "A human-readable name for this token",
"type": "string"
"type": "string",
"minLength": 1
},
"token": {
"description": "The actual api key. Only visible after creation.",

View File

@ -9355,7 +9355,8 @@
},
"title": {
"description": "A human-readable name for this token",
"type": "string"
"type": "string",
"minLength": 1
},
"token": {
"description": "The actual api key. Only visible after creation.",

View File

@ -347,6 +347,7 @@ definitions:
existing tasks, you should add `{"tasks":["read_all","update"]}`.
title:
description: A human-readable name for this token
minLength: 1
type: string
token:
description: The actual api key. Only visible after creation.