AdamKeever1
5 years agoQrew Commander
API to Update Multiple Choice Options
Does anyone know how to update the options list in a multiple choice field using API? The sample request given on the RESTful JSON API Guide does not include the options list.
I tried using
------------------------------
Adam Keever
------------------------------
I tried using
{"#options": "OK"}
but get Status Code: 400:
{
"message": "Bad request",
"description": "extraneous key [#options] is not permitted"
}
------------------------------
Adam Keever
------------------------------