API reference
Publish docs page events
Send a placeholder docs page publication event.
PUBLISH
Message
Publish docs page events
Send a placeholder docs page publication event.
PUBLISH docs.page.events
Generated from
examples/asyncapi.yaml. This is a schema reference stub. Live message execution is not enabled.
Message
Response example
{
"name": "PagePublishRequested",
"title": "Page publish requested",
"summary": "A page publication was requested in the demo docs project.",
"payload": {
"type": "object",
"properties": {
"pageId": {
"type": "string"
},
"requestedBy": {
"type": "string"
}
}
}
}