<Response [422]> "error":"Unprocessable Entity" when trying to create_many dynamic content variants

2 Comments

  • Eric Nelson
    Zendesk Developer Advocacy

    Hey Willie,

    Having your boolean's capitalized on "active" and "default" isn't valid json. If you switch those to lowercase you should be all set.

    Have a wonderful day!

    Eric Nelson | Manager - Developer Advocacy

    1
  • Willie

    Thanks Eric! That was exactly what I needed.

    For any future readers:

    In python, I was using json.loads() on a formatted string, which capitalized the boolean values, and tried to pass that as data to the post function. Passing the string in directly did the trick.

    0

Please sign in to leave a comment.

Powered by Zendesk