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
brainId
Brain id
changeId
Change event id
Headers
x-subject-id
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
id
Change event id
tenantId
Owning tenant id
subjectId
Owning subject id (host-defined)
brainId
Owning brain id
pageId
Affected page id
pageSlug
Slug of the page this refers to.
pageTitle
Title of the page at the time of the event.
action
What happened to the page.
changeSummary
One-line human-readable description of the change.
toVersion
Page version after the change.
fromVersion
Page version before the change.
ingestSourceId
Ingest source that triggered the change, if any
contradictions
Contradiction notes raised by the compile
ackedAt
ISO 8601 timestamp of when a user acknowledged this, or null if still unacknowledged.
createdAt
ISO 8601 timestamp of when this record was created.
updatedAt
ISO 8601 timestamp of when this record was last modified.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error