⚠️ The properties field is deprecated and will be removed after 31.01.2026. Use card_properties instead for defining card type properties.
| Name | Type | Reference |
|---|---|---|
| idrequired | integer | Card Type ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
letter | string | minLength: 1 maxLength: 11 | Character that represents type. Maximum length for letters is 1 (length 11 is for emoji) |
name | string | minLength: 1 maxLength: 64 | Type name |
color | integer | minimum: 2 maximum: 25 | Color number |
properties | object | Properties of the card suggested for filling - old format, deprecated, use card_properties instead | |
card_properties | array of objects | Array of card properties that will be suggested for filling in cards of this type | |
suggest_fields | boolean | If true, cards of this type will be offered to display additional fields based on statistics |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| company_id | integer | Company id |
| letter | string | Card type letter |
| name | string | Card type name |
| color | integer | Color number |
| updated | string | Last update timestamp |
| created | string | Create date |
| id | integer | Card type id |
| description_template | null | string | Card type escription_template |
propertiesDeprecated: use card_properties instead | null | object | Card type properties(preset and custom). Will be removed after 31.01.2026. |
| card_properties | array | Array of card properties that will be suggested for filling in cards of this type |
| suggest_fields | boolean | If true, cards of this type will be offered to display additional fields based on statistics |
| 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 |
|---|---|---|
| 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/card-types/{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!