Update additional resource content
PUT {{baseUrl}}/api/v1/resources/:domain/:id/content/:type
Thumbnails for resources are included here as additional 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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""