Skip to main content
PUT
Set conversation events

Authorizations

Authorization
string
header
required

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

Headers

Gleap-Version
string

Pin a specific API version; defaults to the current version.

Example:

"2026-08-01"

Path Parameters

conversationId
string
required

Body

application/json
events
object[]
required

Snapshot of the events that led up to this conversation (max 500 entries, 2 MB). Replaces any previous snapshot for this conversation.

Response

No Content