Description/Error
I’m trying to add a “single_dropdown” type custom question. However, when I pass it the “answers” array, the response returns an “Invalid Field” error for the “answers” array. Specifically, this error “{“code”:300,“message”:“Validation Failed.”,“errors”:[{“field”:“custom_questions[0].answers”,“message”:“Invalid field.”}]}”
My custom question looks like this:
{
“title”: “State/Province”,
“type”: “single_dropdown”,
“answers”: [“Alabama”, “Alaska”, “Arizona”, “Arkansas”, “California”, “Colorado”, “Connecticut”, “Delaware”, “District of Columbia”, “Florida”, “Georgia”, “Hawaii”, “Idaho”, “Illinois”, “Indiana”, “Iowa”, “Kansas”, “Kentucky”, “Louisiana”, “Maine”, “Maryland”, “Massachusetts”, “Michigan”, “Minnesota”, “Mississippi”, “Missouri”, “Montana”, “Nebraska”, “Nevada”, “New Hampshire”, “New Jersey”, “New Mexico”, “New York”, “North Carolina”, “North Dakota”, “Ohio”, “Oklahoma”, “Oregon”, “Pennsylvania”, “Rhode Island”, “South Carolina”, “South Dakota”, “Tennessee”, “Texas”, “Utah”, “Vermont”, “Virginia”, “Washington”, “West Virginia”, “Wisconsin”, “Wyoming”, “Alberta”, “British Columbia”, “Manitoba”, “New Brunswick”, “Newfoundland and Labrador”, “Nova Scotia”, “Ontario”, “Prince Edward Island”, “Quebec”, “Saskatchewan”],
“required”: “true”
}
Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantquestionupdate
Any help would be appreciated. I couldn’t find any examples of the “answers” array and can’t seem to figure out why it’s not working. Please help!