diff --git a/Mp1.json b/Mp1.json index 1850af105ae9102b4127783bb8bce3312f611d40..0efc86804c6c606f88b95683d403978d661bd4aa 100644 --- a/Mp1.json +++ b/Mp1.json @@ -2690,7 +2690,9 @@ }, "security": { "oAuth2Info": { - "grantTypes": "OAUTH2_CLIENT_CREDENTIALS", + "grantTypes": [ + "OAUTH2_CLIENT_CREDENTIALS" + ], "tokenEndpoint": "/meMp1/security/TokenEndPoint" } } @@ -2728,7 +2730,9 @@ }, "security": { "oAuth2Info": { - "grantTypes": "OAUTH2_CLIENT_CREDENTIALS", + "grantTypes": [ + "OAUTH2_CLIENT_CREDENTIALS" + ], "tokenEndpoint": "/meMp1/security/TokenEndPoint" } }