agency-board

PATCH /v1/agency/boards/{boardId}/columns/{columnId}

Rename a column, change what the client sees, or make it the intake column.

Wszystkie punkty końcowe agency-board

Uwierzytelnianie

Wyślij klucz API jako token bearer. Ten punkt końcowy nie określa konkretnego uprawnienia w specyfikacji, więc nadaj swojemu kluczowi minimum potrzebnych uprawnień i sprawdź odpowiedź zamiast zakładać.

Ten punkt końcowy nie wymaga identyfikatora organizacji. Twój klucz już identyfikuje organizację, do której należy, a odpowiedź jest do niej ograniczona.

Wypróbuj

Zastąp wszystko w nawiasach ostrych własnymi wartościami, a zastępczy znacznik klucza kluczem ze swojego pulpitu nawigacyjnego.

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

Zalogowany? Konsola API w Twoim panelu uzupełnia rzeczywiste identyfikator organizacji oraz Twój własny klucz i wykonuje żądanie względem aktywnego API, dzięki czemu możesz zobaczyć rzeczywistą odpowiedź. Otwórz ten punkt końcowy w konsoli API

Szczegóły

⛔ Setting `visibility` to `internal` hides **every card in the column** from the client at once, by the AND rule — nothing is rewritten on the cards, so setting it back to `client` restores exactly the previous state rather than a guess at it. `is_intake: true` moves the client's "raise a request" column here; at most one column per board holds it, and the previous one is cleared in the same transaction.

Parametry

NazwaTypWymaganeCo to jest
boardId (path)UuidTakProject board ID (UUIDv7).
columnId (path)UuidTakBoard column ID (UUIDv7).

Treść żądania

NazwaTypWymaganeCo to jest
namestringNie
visibilityAgencyBoardVisibilityNieWho may see this object. `internal` is always the default. A **card** reaches the client only when it is `client` **and its column is too** — an AND, not inheritance, because th…
wip_limitintegerNie
positionintegerNie
is_intakebooleanNie

Odpowiedź

NazwaTypWymaganeCo to jest
idUuidTakUUIDv7 identifier — sortable by creation time (docs/02 §8).
board_idUuidTakUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringTak
positionintegerTak
visibilityAgencyBoardVisibilityTakWho may see this object. `internal` is always the default. A **card** reaches the client only when it is `client` **and its column is too** — an AND, not inheritance, because th…
is_intakebooleanTakThe single column a client may raise a request in. At most one per board.
wip_limitintegerNieAdvisory only, shown in the UI. ⛔ It never refuses a move: a WIP limit that blocks work turns a management convention into an outage on a Friday evening.

Błędy, które ten punkt końcowy może zwrócić

401 · 403 · 404 · 422