agency-board

PATCH /v1/agency/boards/{boardId}/ai/settings

Turn auto-triage or the standup digest on or off.

Minden agency-board végpont

Az összes fejlesztői dokumentáció

Hitelesítés

Küldjön egy API-kulcsot bearer tokenként. Ez a végpont nem határoz meg konkrét jogosultságot a specifikációban, ezért adja meg a kulcsnak a legkevesebbet, amire szüksége van, és a feltételezés helyett ellenőrizze a választ.

Ez a végpont nem fogad el szervezeti azonosítót. Az Ön kulcsa már azonosítja azt a szervezetet, amelyhez tartozik, és a válasz is erre vonatkozik.

Próbálja ki

Cserélje ki a hegyes zárójelek közötti részt a saját értékeivel, a kulcshelyőrzőt pedig a vezérlőpultján található kulccsal.

curl -X PATCH https://api.zinndigital.com/v1/agency/boards/{boardId}/ai/settings \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

Be van jelentkezve? A vezérlőpultban lévő API-konzol kitölti a valós szervezetazonosítóját és a saját kulcsát, és a kérést az éles API-n futtatja, hogy láthassa a tényleges választ. Nyissa meg ezt a végpontot az API konzolban

Részletek

Both are opt-in and off by default — each is recurring billed work, so a board created for a test or an import must not start spending on a schedule nobody chose. Setting digestCadence to anything but off schedules the first digest; setting it to off clears the schedule.

Paraméterek

NévTípusKötelezőMi ez
boardId (path)UuidIgenProject board ID (UUIDv7).

Kérés törzse

NévTípusKötelezőMi ez
auto_triagebooleanNem
auto_triage_appliesbooleanNem
digest_cadencestring<off, daily, weekdays, weekly>Nem
digest_hour_utcintegerNem
preferred_providerstringNem
preferred_modelstringNem

Válasz

NévTípusKötelezőMi ez
board_idUuidIgenUUIDv7 identifier — sortable by creation time (docs/02 §8).
auto_triagebooleanIgenTriage a card when it lands in the intake column. Off by default.
auto_triage_appliesbooleanNemApply the triage suggestions, or only propose them. Separate from auto_triage because "tell me what you think" and "do it" are different appetites.
digest_cadencestring<off, daily, weekdays, weekly>Igen
digest_hour_utcintegerNem
digest_next_atstringNem
digest_last_ok_atstringNemWhen a digest last SUCCEEDED. Kept separate from digest_next_at deliberately: one column cannot serve both a cursor and a staleness alarm.
preferred_providerstringNem
preferred_modelstringNemBlank means the cheapest model we can run, computed from the price table.
entitledbooleanNemWhether this organisation's plan includes board AI at all, so a client can stop offering what the engine would refuse. false means every run on this board answers 200 with…
own_keybooleanNemWhether this organisation holds a live BYO provider key. Present under exactly the same condition as entitled — both are omitted when the caller did not scope the question to an…

Hibák, amelyeket ez a végpont visszaadhattatlan

401 · 403 · 404 · 422