---
title: "PUT /custom_field_groups/{custom_field_group_id}"
method: PUT
path: "/custom_field_groups/{custom_field_group_id}"
tags: ["custom_field_groups"]
---

# PUT /custom_field_groups/{custom_field_group_id}

`PUT /custom_field_groups/{custom_field_group_id}`

Update a custom field group

## Path parameters

- `custom_field_group_id` integer, required

## Request body

- PutCustomFieldGroupsCustomFieldGroupId — Update a custom field group
  - `name` string
  - `entity` 'for_clients' | 'for_properties' | 'for_projects' | 'for_brokers' | 'for_tasks' | 'for_deals'
  - `on_landing_page` boolean

## Response `200`

Update a custom field group

- CustomFieldGroupEntity — CustomFieldGroupEntity model
  - `id` integer
  - `name` string
  - `entity` string
  - `on_landing_page` boolean
  - `position` integer

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

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