Can not update deal fields to numbers with 3 decimal places

hello, I am trying to update a deal value using the api reference page

when I set the field “value” to 1.23 the value of the deal becomes 1.23 [OK]
when I set the field “value” to 1.234 the value of the deal becomes 1234 [NOK]
when I set the field “value” to 1.2340 the value of the deal becomes 1.234 [OK]

this issue also happens in all numeric custom deal fields I use

Hi @lxlvm,

I’m unable to replicate this on my end, setting field value to 1.234 via API offers no issues (appears as 1.234)

You say you have tried this on other numeric fields? Just to clarify, this isn’t possibly monetary fields?