From a2d5f06cde8ad5d68a4dc7cdcbe5ddaf00716190 Mon Sep 17 00:00:00 2001 From: viehlieb Date: Fri, 27 Jan 2023 13:49:30 +0100 Subject: [PATCH] do the swag --- pkg/swagger/docs.go | 13 +++++++++++++ pkg/swagger/swagger.json | 13 +++++++++++++ pkg/swagger/swagger.yaml | 10 ++++++++++ 3 files changed, 36 insertions(+) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 90b59f570..808e9d2e1 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -8740,6 +8740,11 @@ 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" @@ -8901,6 +8906,11 @@ 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" }, @@ -8997,6 +9007,9 @@ const docTemplate = `{ }, "name": { "type": "string" + }, + "scope": { + "type": "string" } } }, diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index bf9681b55..926da7d25 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -8731,6 +8731,11 @@ "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" @@ -8892,6 +8897,11 @@ "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" }, @@ -8988,6 +8998,9 @@ }, "name": { "type": "string" + }, + "scope": { + "type": "string" } } }, diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 393d2054b..102d6af3b 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -924,6 +924,10 @@ 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. @@ -1051,6 +1055,10 @@ 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: @@ -1124,6 +1132,8 @@ definitions: type: string name: type: string + scope: + type: string type: object todoist.Migration: properties: