Skip to main content

PATCH /api/zeq/apis/:slug/:id

PATCH /api/zeq/apis/:slug/:id Body: any subset of { base_url, auth_header (string|null), schema_json, rate_limit_per_min, enabled }

MethodPATCH
Path/api/zeq/apis/:slug/:id
Authpublic (no key)
GroupPlatform · Apis Routes

Request

curl -X PATCH https://zeqsdk.com/api/zeq/apis/YOUR_MACHINE/CONTRACT_ID \
-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.