Hello,
I met an unexpected behaviour with the REST API.
I want to update a table, given an idea and a property value. I provide all needed information and I get an error:
{"path":"$","error":"expecting a value for non-nullable variable: \"priority\"","code":"validation-failed"}
The network tab in inspector does not show the payload.
However, if i remove the :id param from the url and provide same value the query succeeds, and in the inspector the payload is correctly sent with id and priority.
In others words, I have the impression that when a variable is taken from route variable, variable in the body is not sent.

Thank you for all your work :)
Have a nice day!