Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update merge_field using PATCH method #298

Open
ganeshthandapani opened this issue Jun 9, 2020 · 0 comments
Open

Update merge_field using PATCH method #298

ganeshthandapani opened this issue Jun 9, 2020 · 0 comments

Comments

@ganeshthandapani
Copy link

I have 5 merge fields in the account market as required and assigned to contacts. Need to update two of the merge field using the PATCH method. But it returns with an error code to update all required merge field value. My use case is to update only two of my fields. Any ideas.

{
"type": "http://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/",
"title": "Invalid Resource",
"status": 400,
"detail": "Your merge fields were invalid.",
"instance": "4e565gac-a62f-4813-88b9-aca06dc96884",
"errors": [
{
"field": "MMERGE4",
"message": "Please enter a value"
},
{
"field": "MMERGE5",
"message": "Please enter a value"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant