---
title: "Update project_template_team by ID"
method: PATCH
path: "/api/v3/account/project_template_teams/{id}"
tags: ["project template teams"]
---

# Update project_template_team by ID

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

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- ProjectTemplateTeamUpdateInput — Schema for updating project_template_team
  - `id` string, uuid — ID of the entity
  - `handle` string — Short form for this project_template_team
  - `name` string — Name of the entity
  - `device_updated_at` string, date-time — Time when the device last updated the entity

## Response `201`

Successful response

- ProjectTemplateTeam — Entity that denotes the categories used in a project template. Twin of project-level team entity
  - `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
  - `handle` string, required — Short form for this project_template_team
  - `name` string, required — Name of the entity
  - `created_at` string, date-time, required — Time when the server created the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted 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

---

[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)
