Update resource content

PUT {{baseUrl}}/api/v1/resources/:domain/:id/content

Expects a form part in the request body with the name file and will use the contents of that file to update the specified resource.

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

""