---
title: "Update Field"
method: PUT
path: "/forms/fields/{id}"
tags: ["Forms::Field"]
---

# Update Field

`PUT /forms/fields/{id}`

Update a field

## Path parameters

- `id` string, required

## Request body

- object
  - `forms_field` FormsFieldParametersUpdate — Fields
    - `label` string — Label
    - `field_type` string, nullable — Field Type
    - `allow_multiple` boolean, nullable — Allow Multiple
    - `key` string — Key
    - `hidden` boolean, nullable — Hidden

## Response `200`

OK

- FormsFieldAttributes — Fields
  - `id` integer — Field ID
  - `public_id` string, nullable — Field public ID
  - `field_set_id` integer — Field set ID
  - `label` string — Label
  - `field_type` string, nullable — Field Type
  - `allow_multiple` boolean, nullable — Allow Multiple
  - `key` string — Key
  - `hidden` boolean, nullable — Hidden
  - `sort_order` integer, nullable — Sort order
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
