[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2025-01-21 15:46:37 +00:00 committed by kolaente
parent 090dd4b2f6
commit 94da5c1c4e
3 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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.