[skip ci] Updated swagger docs
This commit is contained in:
parent
090dd4b2f6
commit
94da5c1c4e
|
|
@ -9601,6 +9601,9 @@ const docTemplate = `{
|
|||
"v1.UserWithSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auth_provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"description": "A timestamp when this task was created. You cannot change this value.",
|
||||
"type": "string"
|
||||
|
|
|
|||
|
|
@ -9593,6 +9593,9 @@
|
|||
"v1.UserWithSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auth_provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"description": "A timestamp when this task was created. You cannot change this value.",
|
||||
"type": "string"
|
||||
|
|
|
|||
|
|
@ -1464,6 +1464,8 @@ definitions:
|
|||
type: object
|
||||
v1.UserWithSettings:
|
||||
properties:
|
||||
auth_provider:
|
||||
type: string
|
||||
created:
|
||||
description: A timestamp when this task was created. You cannot change this
|
||||
value.
|
||||
|
|
|
|||
Loading…
Reference in New Issue