Hello everyone,
I get a really strange behaviour while updating fields of a document through a REST request :
{{ServerUrl}}/{{Platform}}/FileCabinets/{{FileCabinetId}}/Documents/{{DocumentId}}/Fields with PUT method.
Regarding a document, some index value are updated , and some other not...!
Between the updated index and the others not, I have same parameters in Filecabinet (upon rights, not readonly) , same type (ex : txt or date).
When i put my request in postman, all my index value are updated !!
I got crazy about it, the body of my rest request has been put in postman for being sure, and the difference of behaviour subsist.
Same user is used for calling my rest Request, as well as with postman test.
Do some someone has already encountered something similar ?
Many thanks byadvance,
Stephane