Posting date to monday board using v1

Hi,

I’m trying to post a date to a date column using NodeJS and axios.

I’m using api v1

i supply a date string but i still get this error message: 'date_str is missing

is there anything i’m not doing correctly ?

Hi @John23986 :wave:

First, I do want to note that in the coming months monday.com’s API v1 will cease to work. For this reason, I’d like to strongly encourage you to update any use of monday.com’s API to the new GraphQL API v2 - https://monday.com/developers/v2

With that said, both APIs are expecting a specific date format of MM-DD-YYYY.

You can find more information about this in regards to API v2 here - https://monday.com/developers/v2#column-values-section-date

Cheers!

-Scott