---
title: "Update a dataset"
method: PATCH
path: "/datasets/{owner}/{id}"
tags: ["datasets"]
---

# Update a dataset

`PATCH /datasets/{owner}/{id}`

Update an existing dataset. Only elements included in the request will be updated. All omitted elements
will remain untouched. Requesting change in a list replaces the entire list. Requesting an element to be
null deletes all values on the element.

## Path parameters

- `owner` string, required
- `id` string, required

## Request body

- DatasetPatchRequest
  - `assetStatusIri` string
  - `autoSyncInterval` 'NEVER' | 'HOURLY' | 'DAILY' | 'WEEKLY' — Interval in which files should be synced
  - `description` string
  - `license` 'Public Domain, PDDL, CC-0, CC-BY, CDLA-Permissive-1.0, CC-BY-IGO, CC-BY 3.0, CC-BY 3.0 AU, CC-BY 3.0 IGO, CC-BY-SA, CC-BY-SA 3.0, CDLA-Sharing-1.0, CC BY-NC, CC BY-ND, CC BY-ND 3.0, CC-BY 3.0 NZ, CC-BY-NC 3.0, CC BY-NC-ND, CC-BY-NC-SA 3.0, CC-BY-SA 3.0 NZ, CC-BY-NC-SA 3.0 NZ, CC-BY-NC 3.0 NZ, CC-BY-NC-ND-NZ-3.0, CC BY-NC-SA, Italian-ODL, MIT License, OGL, OGL-Canada, OGL-Nova Scotia, OGL-UK, OSODL, ODC-BY, ODC-ODbL, Other'
  - `properties` object
  - `summary` string
  - `tags` string[] — Tags included in a PATCH request will replace all previous tags.
  - `title` string
  - `visibility` 'OPEN, PRIVATE'

## Response `200`

default response

- SuccessMessage
  - `message` string

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
