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

# Update Field Set

`PUT /forms/field_sets/{id}`

Update a field set

## Path parameters

- `id` string, required

## Request body

- object
  - `forms_field_set` FormsFieldSetParametersUpdate — Field sets
    - `title` string — Title

## Response `200`

OK

- FormsFieldSetAttributes — Field sets
  - `id` integer — Field set ID
  - `public_id` string, nullable — Field set public ID
  - `form_id` integer — Form ID
  - `title` string — Title
  - `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)
