---
title: "Update project_template_status by ID"
method: PATCH
path: "/api/v3/account/project_template_statuses/{id}"
tags: ["project template statuses"]
---

# Update project_template_status by ID

`PATCH /api/v3/account/project_template_statuses/{id}`

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- ProjectTemplateStatusUpdateInput — Schema for updating project_template_statuses
  - `project_template_id` string, uuid — ID of the project template this entity belongs to
  - `name` string — Name of the entity
  - `ordinal` integer — Specifies the ordering among siblings
  - `color` '#FD504E' | '#C91112' | '#FA8B34' | '#FCD44A' | '#45DE67' | '#12A258' | '#82D8FF' | '#306BDB' | '#F84EF8' | '#282828' | '#FEA7A6' | '#E48888' | '#FDC599' | '#FDE9A4' | '#A2EFB3' | '#88D1AB' | '#C1EBFF' | '#97B5ED' | '#FBA6FB' | '#A66826' — Color to color the entity in this status
  - `required_role` 'follower' | 'member' | 'admin' — Role required to move in & out of this status
  - `is_default` boolean — Whether this is the default status for tasks in a project
  - `device_updated_at` string, date-time — Time when the device last updated the entity
  - `last_editor_user_id` integer — ID of the user who most recently edited this entity

## Response `201`

Successful response

- ProjectTemplateStatus — Entity representing template to create project from
  - `id` string, uuid, required — ID of the entity
  - `account_id` integer, required — ID of the user account
  - `project_template_id` string, uuid, required — ID of the project template this entity belongs to
  - `name` string, required — Name of the entity
  - `ordinal` integer, required — Specifies the ordering among siblings
  - `color` '#FD504E' | '#C91112' | '#FA8B34' | '#FCD44A' | '#45DE67' | '#12A258' | '#82D8FF' | '#306BDB' | '#F84EF8' | '#282828' | '#FEA7A6' | '#E48888' | '#FDC599' | '#FDE9A4' | '#A2EFB3' | '#88D1AB' | '#C1EBFF' | '#97B5ED' | '#FBA6FB' | '#A66826', required — Color to color the entity in this status
  - `kind` 'open' | 'tracked' | 'verified', required — Kind of the entity
  - `required_role` 'follower' | 'member' | 'admin', required — Role required to move in & out of this status
  - `is_default` boolean, required — Whether this is the default status for tasks in a project
  - `created_at` string, date-time, required — Time when the server created the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `creator_user_id` integer, required — ID of the user who created this entity
  - `last_editor_user_id` integer, required — ID of the user who most recently edited this entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
