Update Reference Dataset Metadata
PATCH/reference-datasets/:dataset_id
Update metadata (name and/or description) of a reference dataset.
At least one field must be provided. The Parquet data and versions are not affected.
Parameters:
- dataset_id: UUID of the reference dataset
- name: New dataset name (must be unique within the project)
- description: New description (pass
nullto clear it)
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Updated reference dataset
Validation Error
Unauthorized
Forbidden
Not Found
Conflict