You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
I'm trying to understand the syntax of this function, but I can't seem to get it working. Could someone help me with maybe an example?
(Which needs an empty { } body to post)
I have this snippet of code which returns an error, and I can't seem how to figure this out... ConstantContact.campaigns.schedule.create({ campaignId: 'campaign_id' })
Error message: message: '#/campaignId: Property was found but is not permitted at this location.', body: [ { error_key: 'json.field.invalid', error_message: '#/campaignId: Property was found but is not permitted at this location.' } ] }
I can make other requests, so the API keys shouldn't be a problem.. Am I using this wrong? How can I make this request?
I'm trying to understand the syntax of this function, but I can't seem to get it working. Could someone help me with maybe an example?
(Which needs an empty { } body to post)
I have this snippet of code which returns an error, and I can't seem how to figure this out...
ConstantContact.campaigns.schedule.create({ campaignId: 'campaign_id' })Error message:
message: '#/campaignId: Property was found but is not permitted at this location.', body: [ { error_key: 'json.field.invalid', error_message: '#/campaignId: Property was found but is not permitted at this location.' } ] }I can make other requests, so the API keys shouldn't be a problem.. Am I using this wrong? How can I make this request?
Thanks for the help!
Originally posted by @Samuel-Montoya in #5 (comment)