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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}