Skip to main content
PUT
Replace Event Open/Close History

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

eventId
string<uuid>
required

Event (claim or incident) identifier

Body

application/json
eventOpenCloseHistory
object[]
required

The complete replacement log, in the order the actions happened: open first, then alternating close/reopen.

Minimum array length: 1

Response

The log was replaced and the event's status derived from it.

eventId
string<uuid>
required

The event whose log was replaced.

eventStatus
enum<string>
required

The status the new log's final entry dictates: closed when it is a close, open otherwise.

Available options:
open,
closed