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

Authorizations

x-api-key
string
header
required

Enter your API key

Path Parameters

customObjectId
string
required
id
string
required

Body

application/json