API reference
Subscribe to docs page events
Receive a message when a placeholder docs page is published.
SUBSCRIBE
Message
Subscribe to docs page events
Receive a message when a placeholder docs page is published.
SUBSCRIBE docs.page.events
Generated from
examples/asyncapi.yaml. This is a schema reference stub. Live message execution is not enabled.
Message
Response example
{
"name": "PagePublished",
"title": "Page published",
"summary": "A page was published in the demo docs project.",
"payload": {
"type": "object",
"properties": {
"pageId": {
"type": "string"
},
"title": {
"type": "string"
},
"publishedAt": {
"type": "string",
"format": "date-time"
}
}
}
}