Add dropdown values through the API

This feature request is to add API support for adding a new value to an existing dropdown box. Someting like:

mutation {create_dropdown_value (board_id: 1234567, column_id: "dropdown", value: "amazing") {
id
}}

Hi @basdebruin,

I feel you! I agree that this would be a super useful functionality for our API to have.

Will put this on the radar to be addressed!

-Helen

I have not used a dropdown column until now. I took it for granted that this was available. Now I’m at the point to use it and it’s not there.

Shame on me.