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
Example request
{
"name": "Custom Fields Group 1"
}Response
The updated Custom Fields Group.
Example response
{
"id": "CFG-eYLPK7198xVp6Z8q",
"entityType": "JOB",
"name": "Custom Fields Group 1"
}