[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-03-18 16:58:29 +00:00
committed by kolaente
parent ec66d57f7e
commit 02f9f92232
3 changed files with 28 additions and 28 deletions

View File

@@ -9041,6 +9041,11 @@ const docTemplate = `{
"description": "The team's description.",
"type": "string"
},
"external_id": {
"description": "The team's external id provided by the openid or ldap provider",
"type": "string",
"maxLength": 250
},
"id": {
"description": "The unique, numeric id of this team.",
"type": "integer"
@@ -9066,11 +9071,6 @@ const docTemplate = `{
"maxLength": 250,
"minLength": 1
},
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"updated": {
"description": "A timestamp when this relation was last updated. You cannot change this value.",
"type": "string"
@@ -9184,6 +9184,11 @@ const docTemplate = `{
"description": "The team's description.",
"type": "string"
},
"external_id": {
"description": "The team's external id provided by the openid or ldap provider",
"type": "string",
"maxLength": 250
},
"id": {
"description": "The unique, numeric id of this team.",
"type": "integer"
@@ -9209,11 +9214,6 @@ const docTemplate = `{
"maxLength": 250,
"minLength": 1
},
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"right": {
"$ref": "#/definitions/models.Right"
},

View File

@@ -9033,6 +9033,11 @@
"description": "The team's description.",
"type": "string"
},
"external_id": {
"description": "The team's external id provided by the openid or ldap provider",
"type": "string",
"maxLength": 250
},
"id": {
"description": "The unique, numeric id of this team.",
"type": "integer"
@@ -9058,11 +9063,6 @@
"maxLength": 250,
"minLength": 1
},
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"updated": {
"description": "A timestamp when this relation was last updated. You cannot change this value.",
"type": "string"
@@ -9176,6 +9176,11 @@
"description": "The team's description.",
"type": "string"
},
"external_id": {
"description": "The team's external id provided by the openid or ldap provider",
"type": "string",
"maxLength": 250
},
"id": {
"description": "The unique, numeric id of this team.",
"type": "integer"
@@ -9201,11 +9206,6 @@
"maxLength": 250,
"minLength": 1
},
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"right": {
"$ref": "#/definitions/models.Right"
},

View File

@@ -1029,6 +1029,10 @@ definitions:
description:
description: The team's description.
type: string
external_id:
description: The team's external id provided by the openid or ldap provider
maxLength: 250
type: string
id:
description: The unique, numeric id of this team.
type: integer
@@ -1050,10 +1054,6 @@ definitions:
maxLength: 250
minLength: 1
type: string
oidc_id:
description: The team's oidc id delivered by the oidc provider
maxLength: 250
type: string
updated:
description: A timestamp when this relation was last updated. You cannot change
this value.
@@ -1144,6 +1144,10 @@ definitions:
description:
description: The team's description.
type: string
external_id:
description: The team's external id provided by the openid or ldap provider
maxLength: 250
type: string
id:
description: The unique, numeric id of this team.
type: integer
@@ -1165,10 +1169,6 @@ definitions:
maxLength: 250
minLength: 1
type: string
oidc_id:
description: The team's oidc id delivered by the oidc provider
maxLength: 250
type: string
right:
$ref: '#/definitions/models.Right'
updated: