Method
|
PUT
|
URLs
|
/v2/<object_full_identifier>/<record_uuid> (one record), /v2/<object_full_identifier> (many records)
|
Parameters
|
|
Response Content Type
|
application/json
|
|
In each Map, the io_uuid field must point to existing records to specify which record to update.
|
HTTP Status Code
|
Error Type
|
Error Detail
|
---|---|---|
400
|
missing_parameter_error
|
The body of the request did not contain valid data to update one record
|
400
|
missing_parameter_error
|
The body of the request did not contain a list of data to update records
|
400
|
missing_parameter_error
|
The body of the request contained data for a record without a UUID
|
400
|
invalid_parameter_error
|
Error Updating Records. Error: ...
|
400
|
entity_validation_error
|
Validation error(s) details
|
400
|
operation_error
|
Error Updating Record. Error: ...
|
404
|
entity_not_found
|
The body of the request contained data for a record that could not be found <UUID>
|
404
|
entity_not_found
|
Entity not found UUID: ...
|
500
|
server_error
|
Server error
|