Skip to main content

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

MethodPOST
Path/api/zeq/llm/credentials/:id/system-default
Authpublic (no key)
GroupAgents · 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.