Update a client contact's custom fields

Update the custom fields for a client contact.

Client contact custom fields are client-defined metadata (for example CRM IDs or account references). Only the supplied fields are validated and updated; other fields remain unchanged.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

client_contact_idstringRequiredformat: "^clct_c[a-z0-9]{24}$"

Request

This endpoint expects an object.
custom_fieldslist of objectsRequired
An array of custom fields to update for the client contact.

Response

dataobject
The client contact object. This object represents the lifetime relationship between a client and a freelancer on the platform.