[skip ci] Updated swagger docs
This commit is contained in:
parent
bcade97fa4
commit
380e0afb86
|
|
@ -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.",
|
||||||
|
|
|
||||||
|
|
@ -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.",
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue