From dc1a03fde25cc05f82705e13106ba9cfae8fc918 Mon Sep 17 00:00:00 2001 From: Dannyx323 <46710098+Dannyx323@users.noreply.github.com> Date: Tue, 5 Jul 2022 08:55:23 +0200 Subject: [PATCH] Added group_type information for type 3 OIDC group (#17118) Added group_type information for type 3 OIDC group Signed-off-by: Dannyx323 <46710098+Dannyx323@users.noreply.github.com> Update swagger.yaml Added group_type information for type 3 OIDC group Signed-off-by: Dannyx323 <46710098+Dannyx323@users.noreply.github.com> --- api/v2.0/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index bdc06d01a..ca5ee6094 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -8099,7 +8099,7 @@ definitions: description: The name of the user group group_type: type: integer - description: 'The group type, 1 for LDAP group, 2 for HTTP group.' + description: 'The group type, 1 for LDAP group, 2 for HTTP group, 3 for OIDC group.' ldap_group_dn: type: string description: The DN of the LDAP group if group type is 1 (LDAP group). @@ -8114,7 +8114,7 @@ definitions: description: The name of the user group group_type: type: integer - description: 'The group type, 1 for LDAP group, 2 for HTTP group.' + description: 'The group type, 1 for LDAP group, 2 for HTTP group, 3 for OIDC group.' SupportedWebhookEventTypes: type: object description: Supportted webhook event types and notify types.