Update multiple cards by criteria. Runs in the background and returns a job ID.
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
board_id | integer | Сriteria board ID | |
column_id | integer | Criteria column ID | |
lane_id | integer | Criteria lane ID | |
owner_id | integer | Criteria owner ID | |
type_id | integer | Criteria card type ID | |
condition | enum | [1,2] | Criteria conditions: 1 - live, 2 - archived |
attributes | object | attributes to change | |
order_by | object | Sorting parameters |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier (UUID) of the background job |
| Description | Response type | Example |
|---|---|---|
| Validation error | Object |
| Name | Type | Description |
|---|---|---|
| message | string | Error message |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
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.
1 curl --request PATCH \
2 --url 'https://example.kaiten.ru/api/latest/cards' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!