Hi
I'm trying to edit some options inside a cascading list via the REST API using python and running into some issues
Heres and example of what i have :
main_list
list1
option1
option2
list2
option1
option2
list3
option1
option2
what i need to do is add option3 to list2 - how would i do this?
i have the field ID and the context ID of main_list, and i have the optionID for list1,list2,and list3 - using the url there doesnt seem to be anywhere to add a optionID number to be able to add to a specific list
I'm quite new to python and API calls so may have missed something
Any help would be much appreciated
Many thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.