Skip to content

Instantly share code, notes, and snippets.

@anaelChardan
Last active February 18, 2016 14:03
Show Gist options
  • Save anaelChardan/cb99da6c284196f31035 to your computer and use it in GitHub Desktop.
Save anaelChardan/cb99da6c284196f31035 to your computer and use it in GitHub Desktop.
Test Json MailChimp API v3
{
"name":"Country",
"type":"dropdown",
"options": {
"choices":["USA", "FR"]
}
}
AND here is the error : This resource has not yet implemented array assignment for options.choices.
I also tried with this :
{
"name":"Country",
"type":"dropdown",
"options": {
"choices":["USA", "FR"]
}
}
using the drewn library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment