agency-board

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

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

Барлық agency-board соңғы нүктелері

Аутентификация

API кілтін bearer токені ретінде жіберіңіз. Бұл соңғы нүкте сипаттамада арнайы рұқсатты көрсетпейді, сондықтан болжағаннан гөрі кілтіңізге қажетті ең аз рұқсатты беріп, жауапты тексеріңіз.

Бұл соңғы нүкте ұйым идентификаторын қабылдамайды. Сіздің кілтіңіз оның қай ұйымға тиесілі екенін өзі анықтайды және жауап соған шектеледі.

Әрекет етіп көру

Бұрыштық жақшалардағы кез келген нәрсені өз мәндеріңізбен, ал кілт орналастырушысын басқару тақтасынан алынған кілтпен алмастырыңыз.

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

Жүйеге кіргенсіз бе? Бақылау тақтасындағы API консолі ұйымыңыздың нақты идентификаторы мен жеке кілтіңізді автоматты түрде толтырады да, нақты жауапты көре алуыңыз үшін сұрауды тікелей жұмыс істеп тұрған API арқылы орындайды. Бұл соңғы нүктені API консолінде ашыңыз

Мәліметтер

⛔ 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.

Параметрлер

АтыTүріМіндеттіМазмұны
boardId (path)UuidИәProject board ID (UUIDv7).
columnId (path)UuidИәBoard column ID (UUIDv7).

Сұрау денесі

АтыTүріМіндеттіМазмұны
namestringЖоқ
visibilityAgencyBoardVisibilityЖоқWho 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_limitintegerЖоқ
positionintegerЖоқ
is_intakebooleanЖоқ

Жауап

АтыTүріМіндеттіМазмұны
idUuidИәUUIDv7 identifier — sortable by creation time (docs/02 §8).
board_idUuidИәUUIDv7 identifier — sortable by creation time (docs/02 §8).
namestringИә
positionintegerИә
visibilityAgencyBoardVisibilityИәWho 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_intakebooleanИәThe single column a client may raise a request in. At most one per board.
wip_limitintegerЖоқAdvisory 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.

Бұл соңғы нүкте қайтара алатын қателер

401 · 403 · 404 · 422