I am trying to update a week column with the api, however, I am running into an issue.
Whenever I try to add a value to the week column for a given item, the API returns successfully, however, the week fails to update on my board. This happens no matter what I am using (python or the graphql explorer) and even when I try to run the example provided in the documentation here, replacing the boardid and itemid with my values.
I have also noticed that when I fill the value in monday normally and then try to update it with the api, the value gets wiped from the item.
Not sure what is going on here, any and all help will be apricated.