HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Session / update custom fields

⚠️ Experimental endpoint — not yet a stable contract. This resource ships as experimental / beta. While experimental, its schema and behaviour may change without a version bump — including breaking changes within v1.0 itself. Anyone consuming it does so for evaluation only, or by coordinating adoption with their account manager so changes can be sequenced with them. It graduates to a stable, version-locked contract (where the normal breaking-change rules apply) only when this experimental notice is removed.

Update the applicable custom field values of a session without changing any other session properties.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The session ID to fetch

Body Params
customFields
object
required

Custom field values keyed by their administrator-defined identifiers. Omitted identifiers remain unchanged, and a null value clears the corresponding custom field. The accepted type for each identifier is defined by the tenant's custom field configuration. Boolean values are JSON booleans; Text and Long text values are strings; Email values are email-formatted strings; URL values are HTTP or HTTPS URL strings; Number values use canonical base-10 decimal strings from -99999999999999.999999 through 99999999999999.999999 with up to six fractional digits and no insignificant trailing fractional zeroes; Date values are ISO 8601 YYYY-MM-DD strings; Date-time values are ISO 8601 timestamps with a UTC offset; and JSON values may use any JSON-serializable value. Decimal strings are the precision-safe Number request representation. JSON numeric inputs remain accepted for compatibility, but their precision may depend on the client's number handling.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json