---
title: "Update an existing Custom Fields Group"
method: PUT
path: "/v2/customfieldsgroups/{id}"
tags: ["Custom Fields Groups"]
---

# Update an existing Custom Fields Group

`PUT /v2/customfieldsgroups/{id}`

Updates an existing Custom Fields Group and returns the updated Custom Fields Group.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- UpdateCustomFieldsGroupV2Dto
  - `name` string — The custom fields group name.

## Response `200`

The updated Custom Fields Group.

- ResponseCustomFieldsGroupV2Dto
  - `id` string — The ID of the custom fields group (prefix `CFG-`).
  - `entityType` 'JOB' | 'CLIENT' — The entity type of the custom fields group.
  - `name` string — The name of the custom fields group.

## Other responses

- `400` — Invalid input (e.g. a group with the same name already exists).
- `401` — Missing or invalid authentication token.
- `404` — Custom Fields Group not found.

---

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