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