diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 22195250f..7319655f9 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -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" diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 6dceb872c..6564726f2 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -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" diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index c8583bd91..c0c4eb7e8 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -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.