PUT /api/chain/state-machines/:slug/anchor-config
| Method | PUT |
| Path | /api/chain/state-machines/:slug/anchor-config |
| Group | Private Anchor |
| Auth | session cookie |
| Source | shared/api-core/src/routes/privateAnchor.ts |
Call it
curl -X PUT https://zeqsdk.com/api/chain/state-machines/:slug/anchor-config \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Private Anchor
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.