POST /api/zeq/llm/credentials/:id/system-default
At most one credential per provider can hold the flag — the partial unique index in migration 0004 enforces this. We unset any prior default for the same provider in the same transaction-equivalent (sequential updates; t
| Method | POST |
| Path | /api/zeq/llm/credentials/:id/system-default |
| Auth | public (no key) |
| Group | Agents · Zeq Llm |
Request
curl -X POST https://zeqsdk.com/api/zeq/llm/credentials/CONTRACT_ID/system-default \
-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.