POST /api/state-machines/:slug/pages/:pageSlug/publish
── POST /:pageSlug/publish (owner-only)
| Method | POST |
| Path | /api/state-machines/:slug/pages/:pageSlug/publish |
| Auth | public (no key) |
| Group | Channels · State Machine Pages |
Request
curl -X POST https://zeqsdk.com/api/state-machines/YOUR_MACHINE/pages/YOUR_PAGESLUG/publish \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.