PUT /api/zeqpm/vault
| Method | PUT |
| Path | /api/zeqpm/vault |
| Group | Zeqpm Vault |
| Auth | authenticated session |
| Source | shared/api-core/src/routes/zeqpmVault.ts |
Call it
curl -X PUT https://zeqsdk.com/api/zeqpm/vault \
-H "Content-Type: application/json" \
-d '{"blob":null,"baseVersion":null}'
Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.
Reference
- Group: Zeqpm Vault
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.