diff --git a/manifest.json b/manifest.json index a25e77d..03b38eb 100644 --- a/manifest.json +++ b/manifest.json @@ -77,12 +77,21 @@ { "url": "https://(.*).api.mailchimp.com/.*", "methods": ["GET", "POST", "PUT", "DELETE"], - "timeout": 30 + "timeout": 30, + "settingsInjection": {} }, { "url": "https://login.mailchimp.com/oauth2/.*", "methods": ["GET", "POST"], - "timeout": 30 + "timeout": 30, + "settingsInjection": { + "client_id": { + "body": ["client_id"] + }, + "client_secret": { + "body": ["client_secret"] + } + } } ] }