POST /api/chain/state-machines/:slug/share/set
| Method | POST |
| Path | /api/chain/state-machines/:slug/share/set |
| Auth | public (no key) |
| Group | Machine · Chain |
Request
curl -X POST https://zeqsdk.com/api/chain/state-machines/YOUR_MACHINE/share/set \
-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.