Acknowledge a change

Acknowledge a single change event, removing it from unacknowledged views.

Authentication

x-api-keystring

Your Living Brain API key. Create one from the dashboard; keys are scoped to an organization and carry the role of the member they were issued to.

Path parameters

brainIdstringRequired
Brain id
changeIdstringRequired
Change event id

Headers

x-subject-idstringRequired
Identifies the end user the request is made on behalf of. Brains are owned by a subject, so this determines which brains the caller can see.

Response

idstring
Change event id
tenantIdstring
Owning tenant id
subjectIdstring

Owning subject id (host-defined)

brainIdstring
Owning brain id
pageIdstring
Affected page id
pageSlugstring
Slug of the page this refers to.
pageTitlestring
Title of the page at the time of the event.
actionenum
What happened to the page.
changeSummarystring

One-line human-readable description of the change.

toVersioninteger
Page version after the change.
fromVersioninteger
Page version before the change.
ingestSourceIdstring or null
Ingest source that triggered the change, if any
contradictionslist of strings
Contradiction notes raised by the compile
ackedAtdatetime or null
ISO 8601 timestamp of when a user acknowledged this, or null if still unacknowledged.
createdAtdatetime
ISO 8601 timestamp of when this record was created.
updatedAtdatetime
ISO 8601 timestamp of when this record was last modified.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error