Skip to main content

How can I choose the new 2023-10 api version with the monday.api() call of the nodejs package?

  • August 1, 2023
  • 1 reply
  • 214 views

Lafisrap

Is there a way to decide which api to use when calling the GraphQL endpoint with monday.api()?

1 reply

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • August 1, 2023

Hello there @Lafisrap,

You can use something like this:

monday.api(query, {
    token,
    variables,
    apiVersion: '2023-10',
});

Cheers,
Matias