From 4cd9f5792ad3588fe0ad5882585667df1388309c Mon Sep 17 00:00:00 2001 From: Puja Sharma Date: Fri, 4 Nov 2022 18:42:59 +0530 Subject: [PATCH] docs(config-api): swagger fix for script enum --- .../docs/jans-config-api-swagger.yaml | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/jans-config-api/docs/jans-config-api-swagger.yaml b/jans-config-api/docs/jans-config-api-swagger.yaml index 9541b913e2b..f55c45f8857 100644 --- a/jans-config-api/docs/jans-config-api-swagger.yaml +++ b/jans-config-api/docs/jans-config-api-swagger.yaml @@ -3622,34 +3622,34 @@ components: type: string description: Type of script. enum: - - PERSON_AUTHENTICATION - - INTROSPECTION - - RESOURCE_OWNER_PASSWORD_CREDENTIALS - - APPLICATION_SESSION - - CACHE_REFRESH - - CLIENT_REGISTRATION - - ID_GENERATOR - - UMA_RPT_POLICY - - UMA_RPT_CLAIMS - - UMA_CLAIMS_GATHERING - - CONSENT_GATHERING - - DYNAMIC_SCOPE - - SPONTANEOUS_SCOPE - - END_SESSION - - POST_AUTHN - - SCIM - - CIBA_END_USER_NOTIFICATION - - REVOKE_TOKEN - - PERSISTENCE_EXTENSION - - IDP - - DISCOVERY - - UPDATE_TOKEN - - CONFIG_API + - person_authentication + - introspection + - resource_owner_password_credentials + - application_session + - cache_refresh + - client_registration + - id_generator + - uma_rpt_policy + - uma_rpt_claims + - uma_claims_gathering + - consent_gathering + - dynamic_scope + - spontaneous_scope + - end_session + - post_authn + - scim + - ciba_end_user_notification + - revoke_token + - persistence_extension + - idp + - discovery + - update_token + - config_api programmingLanguage: type: string enum: - - PYTHON - - JAVA + - python + - java description: Programming language of the custom script. moduleProperties: type: array