Hi,
I'm traying to "Set the editor source for a model" like the documentation indicate me on the web. I have to do this:
PUT repository/models/{modelId}/source
and:
Request body: The request should be of type multipart/form-data. There should be a single file-part included with the binary value of the source.
I don't understand how to send the body, what is exactly the body? Can anybody help me pls?
My questions:
Wha should I to send it to the service? how? I am trying from Java. Can you give an example?
Thanks…