Bulk update metadata

POST {{baseUrl}}/api/organizations/:organizationId/data/bulk-metadata

Bulk update the metadata of many data items in one go. This requires you to submit a CSV file with headers, one of which the columns should be named 'name'. The other columns are used as metadata keys.

Request Body

[{"name"=>"dataset", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"csvFile", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}