---
title: "Update project"
method: PATCH
path: "/projects/{project_id}"
tags: ["projects"]
---

# Update project

`PATCH /projects/{project_id}`

Update the project attributes with the provided arguments


**Deprecated**: default_format

**Permission required:** edit_format_settings

## Request body

- ProjectModelPatch
  - `default_document_type` string — This format is chosen as fallback
  - `default_format` string — This format is chosen as fallback
  - `formats` string[]
  - `name` string
  - `split_into_sections` boolean
  - `sub_page_splitting` boolean
  - `timeout` integer

## Other responses

- `403` — Permission insufficient
- `404` — Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
