diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 30f535e15..4ab136747 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -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" }, diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index ec70f284e..ada218c36 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -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" }, diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 57ca47c10..1d50e23fc 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -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: