Some parameters not updating when called

I have a shapediver model being updated through a standard call this.shapediverApi.parameters.updateAsync(…

This works for most parameters. However, there are some where the name of the parameter seems to be set correctly but the shapediver code never makes the call to update the model. Is there any check that cab be carried out to see what the problem could be? There api is also not called when I try to update with an array that includes that parameter. I tried ensuring it was a number instead of string, etc.

Could you give more precisions about the parameter which causes an issue?

If you log the response of the promise when it returns, it will only tell you that a parameter was invalid but not more information at the moment.