API reference
Subscribe to docs page events
Receive a message when a placeholder docs page is published.
Subscribe to docs page events
Receive a message when a placeholder docs page is published.
SUBSCRIBESubscribe to docs page events
docs.page.eventsGenerated from
examples/asyncapi.yaml. Live message execution is not enabled in this starter.
Message
A page was published in the demo docs project.
| Property | Type | Description |
|---|---|---|
pageIdOptional | string | |
titleOptional | string | |
publishedAtOptional | string:date-time |
Message example
{
"pageId": "string",
"title": "string",
"publishedAt": "2026-05-06T00:00:00.000Z"
}Was this page helpful?