PATCH
/
v1
/
custom-object
/
{customObjectId}
/
records
/
{id}
curl --request PATCH \
  --url https://platform.thena.ai/v1/custom-object/{customObjectId}/records/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-org-id: <api-key>' \
  --data '{
  "customFieldValues": [
    {}
  ]
}'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Path Parameters

customObjectId
string
required
id
string
required

Body

application/json
customFieldValues
object[]
required

The custom field values