Skip to main content

PUT /api/zeqpm/vault

MethodPUT
Path/api/zeqpm/vault
GroupZeqpm Vault
Authauthenticated session
Sourceshared/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