API reference

Subscribe to docs page events

Receive a message when a placeholder docs page is published.

Updated May 11, 2026

Subscribe to docs page events

Receive a message when a placeholder docs page is published.

SUBSCRIBESubscribe to docs page events
docs.page.events

Generated from examples/asyncapi.yaml. Live message execution is not enabled in this starter.

Message

A page was published in the demo docs project.

Message payload
PropertyTypeDescription
pageIdOptionalstring
titleOptionalstring
publishedAtOptionalstring:date-time

Message example

Message
{
  "pageId": "string",
  "title": "string",
  "publishedAt": "2026-05-06T00:00:00.000Z"
}
Was this page helpful?