| Name | Type | Reference |
|---|---|---|
| space_idrequired | integer | Space ID |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
| title | string | minLength: 1 maxLength: 256 | Space title |
number | |||
external_id | number | string | null | Any external id you want to assign to space. Not exposed in web interface | |
hidden_card_type_uids | array of strings | List of hidden card type uids. | |
settings | object | ||
access | enum | [for_everyone,by_invite] | |
parent_entity_uid | string | null | Parent tree entity uid | |
sort_order | number | minimum: 0 exclusiveMinimum: 0 |
| Description | Response type | Example |
|---|---|---|
| Success | Object |
| Name | Type | Description |
|---|---|---|
| id | integer | Space id |
| uid | string | Space uid |
| title | string | Space title |
| updated | string | Last update timestamp |
| created | string | Create date |
| archived | boolean | Space archived flag |
| access | string | Space access |
| for_everyone_access_role_id | string | Role id for everyone access |
| entity_type | string | Entity type |
| path | string | Inner path to entity |
| sort_order | number | Space sort order |
| parent_entity_uid | null | string | Parent entity uid |
| company_id | integer | Company id |
allowed_card_type_idsDeprecated: use hidden_card_type_uids instead | null | array | Allowed card types for this space |
| hidden_card_type_uids | null | array | List of hidden card type uids |
| external_id | null | string | External id |
| settings | null | object | Space settings |
| 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 |
|---|---|---|
| Forbiden | 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}' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!