agency-board

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

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

Svi agency-board krajnji točke

Autentifikacija

Pošaljite API ključ kao bearer token. Ova krajnja točka ne navodi određenu dozvolu u specifikaciji, stoga dajte svom ključu najmanje što mu je potrebno i provjerite odgovor umjesto da pretpostavljate.

Ova krajnja točka ne prihvaća ID organizacije. Vaš ključ već identificira organizaciju kojoj pripada, a odgovor je ograničen na nju.

Isprobajte

Zamijenite sve unutar šiljastih zagrada svojim vlastitim vrijednostima, a rezervirano mjesto za ključ s ključem iz vaše nadzorne ploče.

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

Prijavljeni ste? API konzola na vašoj nadzornoj ploči automatski unosi stvarni ID vaše organizacije i vaš vlastiti ključ te šalje zahtjev prema aktivnom API-ju kako biste mogli vidjeti stvarni odgovor. Otvori ovu krajnju točku u API konzoli

Pojedinosti

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.

Parametri

NazivVrstaObaveznoŠto je to
boardId (path)UuidDaProject board ID (UUIDv7).

Tijelo zahtjeva

NazivVrstaObaveznoŠto je to
auto_triagebooleanNe
auto_triage_appliesbooleanNe
digest_cadencestring<off, daily, weekdays, weekly>Ne
digest_hour_utcintegerNe
preferred_providerstringNe
preferred_modelstringNe

Odgovor

NazivVrstaObaveznoŠto je to
board_idUuidDaUUIDv7 identifier — sortable by creation time (docs/02 §8).
auto_triagebooleanDaTriage a card when it lands in the intake column. Off by default.
auto_triage_appliesbooleanNeApply 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>Da
digest_hour_utcintegerNe
digest_next_atstringNe
digest_last_ok_atstringNeWhen a digest last SUCCEEDED. Kept separate from `digest_next_at` deliberately: one column cannot serve both a cursor and a staleness alarm.
preferred_providerstringNe
preferred_modelstringNeBlank means the cheapest model we can run, computed from the price table.
entitledbooleanNeWhether 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 `…

Pogreške koje ova krajnja točka može vratiti

401 · 403 · 404 · 422