/{version}/files/batch/update
The following operations are supported on this resource:
Updates the characteristics of the specified files. Rules for updating individual files apply.
An example <links> response is as follows:
<ri:links xmlns:ri="http://genologics.com/ri">
<link uri="http://localhost:8080/api/v2/files/65-1" rel="files"/>
<link uri="http://localhost:8080/api/v2/files/65-2" rel="files"/>
</ri:links>
Input Payload
element |
consumeable content type(s) |
details (XML)
|
|
description |
The XML representations of all the files you want to update, wrapped in a <details> parent. All details in the request body must correspond to unique files. Mixed resources or duplicate files will result in an HTTP 400 error. Please refer to the PUT documentation for files (single) in the REST resources documentation for the file XML representation and a description of what elements/attributes can be updated.
|
Output Payload
element |
produceable content type(s) |
links (XML)
|
|
description |
When the files have been successfully updated, the system returns an HTTP 200 (OK) code.
The response body includes a list of URI links to the updated files.
|