latestOpenAPI 3.0.02026-08-1284111344.5 KB

14666f4db0f8

Custom Fields Groups

Update an existing Custom Fields Group

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

put/v2/customfieldsgroups/{id}

Path parameters

idstring required
Example:CFG-eYLPK7198xVp6Z8q

The custom fields group ID (prefix CFG-).

Headers

Authorizationstring required
Example:Bearer <token>

Bearer Token

Request body

namestring

The custom fields group name.

Example request

{
  "name": "Custom Fields Group 1"
}

Response

The updated Custom Fields Group.

idstring

The ID of the custom fields group (prefix CFG-).

entityType'JOB' | 'CLIENT'

The entity type of the custom fields group.

namestring

The name of the custom fields group.

Example response

{
  "id": "CFG-eYLPK7198xVp6Z8q",
  "entityType": "JOB",
  "name": "Custom Fields Group 1"
}