---
title: "Update project status"
method: POST
path: "/projects/{id}/update_status"
tags: ["Projects"]
---

# Update project status

`POST /projects/{id}/update_status`

Updates the status of a project

## Path parameters

- `id` integer, required

## Request body

- object
  - `status_id` integer, required — ID of the new status (0 to clear status)

## Response `200`

Successfully updated project status

- object
  - `data` object
    - `id` integer
    - `name` string
    - `tax_year` integer, nullable
    - `project_status` ProjectStatus
      - `id` integer
      - `name` string
      - `position` integer

## Other responses

- `404` — Project or status not found

---

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