From 560168102fc2082119751da65cc2a5fcef002fe0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:02:30 +0000 Subject: [PATCH] Generated new openapi.json on push to --- api-docs/generated/openapi.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/api-docs/generated/openapi.json b/api-docs/generated/openapi.json index 2512eff..fef4fe0 100644 --- a/api-docs/generated/openapi.json +++ b/api-docs/generated/openapi.json @@ -806,7 +806,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BasicProfile" + "$ref": "#/components/schemas/Profile" } } } @@ -1619,7 +1619,14 @@ "$ref": "#/components/schemas/LoginProviderTypes" }, "displayName": { - "type": "string", + "anyOf": [ + { + "type": "string" + }, + { + "type": "object" + } + ], "title": "Displayname" }, "displayIconUrl": { @@ -1638,6 +1645,10 @@ "title": "LoginProviderResponse" }, "LoginProviderTypes": { + "type": "string", + "enum": [ + "oauth2_auth_code" + ], "const": "oauth2_auth_code", "title": "LoginProviderTypes" },