---
title: "Update tasks_form by ID"
method: PATCH
path: "/api/v3/projects/{project_id}/tasks_forms/{id}"
tags: ["tasks forms"]
---

# Update tasks_form by ID

`PATCH /api/v3/projects/{project_id}/tasks_forms/{id}`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- TasksFormUpdateInput — Schema for updating tasks forms
  - `last_editor_user_id` integer — ID of the user who most recently edited this entity
  - `form_id` string, uuid — ID of the form this connects to
  - `task_id` string, uuid — ID of the task this connects to
  - `device_updated_at` string, date-time — Time when the device last updated the entity

## Response `201`

Successful response

- TasksForm — Entity that connects `Form`s to `Task`s
  - `id` string, uuid, required — ID of 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
  - `form_id` string, uuid, required — ID of the form this connects to
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `task_id` string, uuid, required — ID of the task this connects to
  - `created_at` string, date-time, required — Time when the server created the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted 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
  - `resolved_conflict` boolean, nullable, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `updated_at` string, date-time, required — Time when the server last updated the 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)
