---
title: "Update project"
method: PUT
path: "/datadeposits/{projectId}"
tags: ["Data deposit", "Project"]
---

# Update project

`PUT /datadeposits/{projectId}`

Update project options

## Path parameters

- `projectId` integer, required

## Request body

- Project
  - `id` integer
  - `project_type` 'survey' | 'geospatial'
  - `title` string
  - `description` string
  - `shortname` string
  - `collaborators` string[]
  - `status` 'draft' | 'submitted' | 'processed' | 'closed' | 'cancelled' | 'published' — Project status codes * `draft` - Draft mode * `submitted` - Project is submitted and locked for user to make any further changes * `processed` - Project accepted and is being processed * `closed` - Processing completed and project is completed * `published` - Project published to one or more catalogs * `cancelled` - Project was cancelled
  - `created` string, date-time
  - `changed` string, date-time

## Response `200`

successful operation

- ApiResponse
  - `code` integer
  - `type` string
  - `message` string

## Other responses

- `400` — Bad input

---

[API](https://skmtc.net/ihsn/apis/nada.md) · [All operations](https://skmtc.net/ihsn/apis/nada/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ihsn/nada/versions/c5096c6028ba/schema)
