[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": { "title": {
"description": "A human-readable name for this token", "description": "A human-readable name for this token",
"type": "string" "type": "string",
"minLength": 1
}, },
"token": { "token": {
"description": "The actual api key. Only visible after creation.", "description": "The actual api key. Only visible after creation.",

View File

@ -9355,7 +9355,8 @@
}, },
"title": { "title": {
"description": "A human-readable name for this token", "description": "A human-readable name for this token",
"type": "string" "type": "string",
"minLength": 1
}, },
"token": { "token": {
"description": "The actual api key. Only visible after creation.", "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"]}`. existing tasks, you should add `{"tasks":["read_all","update"]}`.
title: title:
description: A human-readable name for this token description: A human-readable name for this token
minLength: 1
type: string type: string
token: token:
description: The actual api key. Only visible after creation. description: The actual api key. Only visible after creation.