agency-board

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

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

Lahat ng agency-board endpoint

Pagpapatotoo

Magpadala ng API key bilang bearer token. Ang endpoint na ito ay hindi naglatag ng tiyak na pahintulot sa pagtutukoy, kaya ibigay sa iyong key ang pinakamababang kailangan nito at suriin ang tugon sa halip na umasa.

Ang endpoint na ito ay hindi nangangailangan ng id ng organisasyon. Natutukoy na ng iyong key ang organisasyong kinabibilangan nito, at nakatuon ang tugon dito.

Subukan ito

Palitan ang anuman sa loob ng mga panaklong na may anggulo ng iyong sariling mga halaga, at ang placeholder ng key na may key mula sa iyong dashboard.

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

Nakalagda? Ang API console sa iyong dashboard ay awtomatikong naglalagay ng iyong tunay na ID ng organisasyon at sariling susi, at pinapatakbo ang kahilingan laban sa live na API upang makita mo ang aktwal na tugon. Buksan ang endpoint na ito sa console ng API

Mga Detalye

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.

Mga Parameter

PangalanUriKailanganAno ito
boardId (path)UuidOoProject board ID (UUIDv7).

Katawan ng kahilingan

PangalanUriKailanganAno ito
auto_triagebooleanHindi
auto_triage_appliesbooleanHindi
digest_cadencestring<off, daily, weekdays, weekly>Hindi
digest_hour_utcintegerHindi
preferred_providerstringHindi
preferred_modelstringHindi

Tugon

PangalanUriKailanganAno ito
board_idUuidOoUUIDv7 identifier — sortable by creation time (docs/02 §8).
auto_triagebooleanOoTriage a card when it lands in the intake column. Off by default.
auto_triage_appliesbooleanHindiApply 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>Oo
digest_hour_utcintegerHindi
digest_next_atstringHindi
digest_last_ok_atstringHindiWhen a digest last SUCCEEDED. Kept separate from `digest_next_at` deliberately: one column cannot serve both a cursor and a staleness alarm.
preferred_providerstringHindi
preferred_modelstringHindiBlank means the cheapest model we can run, computed from the price table.
entitledbooleanHindiWhether 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 `…

Mga error na maibabalik ng endpoint na ito

401 · 403 · 404 · 422