Hello,
We are using PUT /v1/nodes/{id} to with the command body : { "name":"New Name", "description":"New Description" } to change a name and description of objects programmatically as part of our business utility application.
Can I use the same API with a different command to modify French title and description? It is important to us as we run a bilingual set up.
If not, what other call can we use to accomplish this goal?
Michael