Skip to main content
PUT
/
customFields
/
{id}
Update Customfield
curl --request PUT \
  --url https://crm.universal.rollout.com/api/customFields/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Rollout-Credential-Id: <api-key>' \
  --data '
{
  "label": "<string>",
  "name": "<string>"
}
'
{
  "type": "<string>",
  "id": "<string>",
  "label": "<string>",
  "name": "<string>",
  "originalIds": {},
  "original": {}
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization JWT

X-Rollout-Credential-Id
string
header
required

The Rollout Credential ID to use for queries/mutations

Path Parameters

id
string
required

Body

label
string
required
name
string
required

Response

OK

type
string
required
id
string
required
label
string
required
name
string
required
originalIds
object
required
original
object
required