API reference

Publish docs page events

Send a placeholder docs page publication event.

PUBLISH

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

Message
{
  "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"
      }
    }
  }
}