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 }
| Method | PATCH |
| Path | /api/zeq/apis/:slug/:id |
| Auth | public (no key) |
| Group | Platform · 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.