latestOpenAPI 3.0.32026-08-201592,4923.4 MB
53223abaceb7
Data Repository
Update the domain-specific metadata of a data object.
Replaces the domain-specific metadata attached to the data object with the request body. The metadata is a free-form JSON object; if the data type declares a metadata schema, the body is validated against it.
Transient result data uploaded for result import is marked as PVD-formatted by setting {"format": "PVD"} here.
put/data-repository/data/{dataId}/domain-specific-metadata
Path parameters
dataIdstring required
Request body
DataRepositoryDomainSpecificMetadata required
Domain-specific metadata of a data object. A free-form JSON object whose shape is defined by the metadata schema of the data type.
Response
Metadata updated.