v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
catalog resources

Bulk: update multiple resources at once

Update a maximum of 25 resources of any type in the organization at once. To create one resource at a time, use "Create a new resource". Also, see the aforementioned endpoint for further update behaviors.

patch/metadata/resources/bulk/{owner}

Path parameters

ownerstring required

User name and unique identifier of the user or organization a resource belongs to. For example, in the URL: https://acme.data.world/jonloyens/an-intro-to-dataworld-dataset, jonloyens is the unique identifier of the owner.

Query parameters

updateListBy'ADD' | 'REMOVE' | 'REPLACE' required

Set this option when updating properties that supports having a list of values. Given a list of values in the request body, should this request add to the existing list, remove the specified values, or replace the existing list with the specified values?

Request body

resourcesobject

A map of resource IRI to properties to update

Response

default response