---
title: "Create / Replace a data project"
method: PUT
path: "/projects/{owner}/{id}"
tags: ["projects"]
---

# Create / Replace a data project

`PUT /projects/{owner}/{id}`

Create or replace a project with a given id. If a project exists with the same id, this call will reset
such project redefining all its attributes.

## Path parameters

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

## Request body

- ProjectPutRequest
  - `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'
  - `linkedDatasets` LinkedDatasetCreateOrUpdateRequest[]
    - `id` string, required
    - `owner` string, required
  - `objective` string
  - `properties` object — 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.
  - `summary` string
  - `tags` string[]
  - `title` string, required
  - `visibility` 'OPEN, PRIVATE', required

## Response `200`

default response

- SuccessMessage
  - `message` string

---

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