Skip to main content

PATCH /api/chain/:slug/contracts/:id

MethodPATCH
Path/api/chain/:slug/contracts/:id
GroupContracts
Authauthenticated session
Sourceshared/api-core/src/routes/contracts.ts

Call it

curl -X PATCH https://zeqsdk.com/api/chain/:slug/contracts/:id \
-H "Content-Type: application/json" \
-d '{"definition":null}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference