API doesn’t specify about this but how can you create or update dropdown list?
I’d like to update a dropdown part of my form with a list of today+7 to today+30 every night.
Currently it looks like
"choices": [
{
"id": "OZu7UOnyD***",
"ref": "52b37520-31e2-4138-875f-1**********",
"label": "2021/11/01"
},
{
"id": "OGy5ADGC4***",
"ref": "d8afa58e-a66e-4bd7-af2a-c*********",
"label": "2021/11/02"
},・・・]
What’s this ID and ref doing?
Can I just put labels and id & labels automatically created?
It’s very hard to test it since I have to compose the whole other json to update a single question.