agency-board

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

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

Tüm agency-board uç noktaları

Kimlik Doğrulama

Bir API anahtarını bearer token olarak gönderin. Bu uç nokta, teknik özelliklerde belirli bir yetki belirtmemektedir; bu nedenle, varsaymak yerine anahtarınıza ihtiyaç duyduğu en az yetkiyi verin ve yanıtı kontrol edin.

Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.

Dene

Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.

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

Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın

Ayrıntılar

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.

Parametreler

AdTürZorunluNe olduğu
boardId (path)UuidEvetProject board ID (UUIDv7).

İstek gövdesi

AdTürZorunluNe olduğu
auto_triagebooleanHayır
auto_triage_appliesbooleanHayır
digest_cadencestring<off, daily, weekdays, weekly>Hayır
digest_hour_utcintegerHayır
preferred_providerstringHayır
preferred_modelstringHayır

Yanıt

AdTürZorunluNe olduğu
board_idUuidEvetUUIDv7 identifier — sortable by creation time (docs/02 §8).
auto_triagebooleanEvetTriage a card when it lands in the intake column. Off by default.
auto_triage_appliesbooleanHayırApply 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>Evet
digest_hour_utcintegerHayır
digest_next_atstringHayır
digest_last_ok_atstringHayırWhen a digest last SUCCEEDED. Kept separate from `digest_next_at` deliberately: one column cannot serve both a cursor and a staleness alarm.
preferred_providerstringHayır
preferred_modelstringHayırBlank means the cheapest model we can run, computed from the price table.
entitledbooleanHayırWhether 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 `…

Bu uç noktanın dönderebileceği hatalar

401 · 403 · 404 · 422