Need help modifying custom field dropdown values
Hi,
I'm using Postman to attempt to update an array of values in a dropdown field. This field needs to be updated on a daily basis from an external data source for our Wrike users.
I've been able to modify the title of the dropdown field (using the URL encoded option). But I'm entirely unsure how to (syntactically) add/modify the dropdown values themselves (ie, the values 'none', 'none2'). How would I go about adding 'none3' to the dropdown list?
Mark
It looks like you can do this using an inline URL variable.
https://www.wrike.com/api/v3/customfields/IEABJO7AJUAAUNDF?settings={"values":["none","none2","none3"]}
Does Wrike support the PATCH request? I'd like to be able to append an array item. The PUT request overwrites the entire array with the input array.
Mark
Hi Mark! Glad you have found solution! I am afraid that PATCH is not supported, and we only accept PUT.
Pavel M Community Team at Wrike Wrike Product Manager Узнайте о самых популярных функциях Wrike и советах по его использованию
Pavel M Wrike Team member Узнайте о самых популярных функциях Wrike и советах по его использованию
Thanks Paul.
Is it possible to send the dropdown values in the body? I'm attempting to load a large number of account strings to the dropdown and I get a 414 error (header is too long).
Mark