v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
catalog resources

Create a new resource

Create a new resource of any type in the organization. The resource is created with the provided properties. To create multiple resources at once, use "Bulk: create multiple resources at once".

post/metadata/resources/{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.

Request body

collectionsstring[]

Collections, identified by IRI, that this resource is added into. Required when creating a resource. Available collections can be discovered using "Search for resources" endpoint.

iristring

Optional IRI of the resource. If not provided, an IRI will be generated.

propertiesobject

Create/update any property that is associated with a metadata presentation. Key is the IRI of the property. Value is the intended value of the property.

titlestring

Title of the resource. Required when creating a resource.

typestring required

IRI of the type of the resource

Response

default response

collectionsstring[]

Collections that the resource is a part of

iristring uri

IRI of the resource

propertiesobject

All properties of the resource that are associated with a metadata presentation. Key is the IRI of the property. Value is the value of the property.

sourceIdstring

Database of the resource (applies only to tables and columns)

tableIdstring

Table id of the resource (applies only to columns)

tableIristring

Table IRI of the resource (applies only to columns)

titlestring

Title of the resource

typesstring[]

Type of the resource

urlstring uri

A URL that redirects to the resource's page on data.world