---
title: "Update account_form_template_section by ID"
method: PATCH
path: "/api/v3/account/account_form_template_sections/{id}"
tags: ["account form template sections"]
---

# Update account_form_template_section by ID

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

## Path parameters

- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- AccountFormTemplateSectionUpdateInput — Schema for updating account_form_template_section
  - `last_editor_user_id` integer — ID of the user who most recently edited this entity
  - `name` string — Name of the entity
  - `description` string, nullable — A short description of the entity
  - `device_updated_at` string, date-time — Time when the device last updated the entity
  - `summary_expression` string, nullable — Represents a type of summary expression for the section

## Response `201`

Successful response

- AccountFormTemplateSection — Entity that denotes a template for a section inside a form (belongs to an `AccountFormTemplate`)
  - `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
  - `account_form_template_id` string, uuid, required — ID of the template this belongs to
  - `account_id` integer, required — ID of the account this entity belongs to
  - `name` string, required — Name of the entity
  - `ordinal` integer, required — Specifies the ordering among siblings
  - `description` string, nullable — A short description of the entity
  - `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, 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
  - `summary_expression` string, nullable — Represents a type of summary expression for the section

---

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