| Name | Type | Reference |
|---|---|---|
| space_idrequired | integer | Space ID |
| idrequired | integer | Board ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
| title | string | minLength: 1 maxLength: 128 | Title of the new board |
number | |||
description | string | null | Description | |
top | integer | Y coordinate of the board on space | |
left | integer | X coordinate of the board on space | |
type | enum | [1,5] | 1 - place on space with coordinates (top, left), 5 - attach to space as sidebar |
cell_wip_limits | array | JSON containing wip limits rules for cells | |
default_card_type_id | integer | Default card type for new cards on board | |
default_tags | string | null | Default tags | |
first_image_is_cover | boolean | Automatically mark first uploaded card's image as card's cover | |
reset_lane_spent_time | boolean | Reset lane spent time when card changed lane | |
automove_cards | boolean | Automatically move cards depending on their children state | |
backward_moves_enabled | boolean | Allow automatic backward movement for summary boards | |
move_parents_to_done | boolean | Automatically move parent cards to done when their children cards on this board is done | |
hide_done_policies | boolean | Hide done checklist policies | |
hide_done_policies_in_done_column | boolean | Hide done checklist policies only in done column | |
sort_order | number | exclusiveMinimum: 0 | Position |
external_id | number | string | null | Any external id you want to assign to board. Not exposed in web interface | |
move_from_space_id | integer | Move board from space | |
auto_assign_enabled | boolean | Automatically assign the author as a member (or responsible if the first member) when a card is moved to the column with type "in progress" or "done" | |
| card_properties | array of objects | Suggested to fill card properties | |
null | Empty suggested to fill card properties |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| created | string | Create date |
| updated | string | Last update timestamp |
| id | integer | Board id |
| title | string | Board title |
| cell_wip_limits | null | array | JSON containing wip limits rules for cells |
| external_id | null | string | External id |
| default_card_type_id | integer | Default card type for new cards on board |
| description | string | Board description |
| email_key | string | Email key |
| move_parents_to_done | boolean | Automatically move parent cards to done when their children cards on this board is done |
| default_tags | null | string | Default tags |
| first_image_is_cover | boolean | Automatically mark first uploaded card's image as card's cover |
| reset_lane_spent_time | boolean | Reset lane spent time when card changed lane |
| backward_moves_enabled | boolean | Allow automatic backward movement for summary boards |
| hide_done_policies | boolean | Hide done checklist policies |
| hide_done_policies_in_done_column | boolean | Hide done checklist policies only in done column |
| automove_cards | boolean | Automatically move cards depending on their children state |
| auto_assign_enabled | boolean | Automatically assign a user to the card when he/she moves the card if the user is not a member of the card |
| card_properties | null | array of objects | Properties of the board cards suggested for filling |
| columns | array of objects | Board columns |
| lanes | array of objects | Board lanes |
| top | integer | Y coordinate of the board on space |
| left | integer | X coordinate of the board on space |
| sort_order | number | Position |
| Description | Response type | Example |
|---|---|---|
| Validation error | Object |
| Name | Type | Description |
|---|---|---|
| message | string | Error message |
| Description | Response type | Example |
|---|---|---|
| Invalid token |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Feature is not supported by tariff | Object |
| Name | Type | Description |
|---|---|---|
| message | string | Error message |
| Description | Response type | Example |
|---|---|---|
| Forbidden | Response body does not exist |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Not found | Response body does not exist |
A schema has not been defined for this response code.
Path Parameters
1 curl --request PATCH \
2 --url 'https://example.kaiten.ru/api/latest/spaces/{space_id}/boards/{id}' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!