| Name | Type | Reference |
|---|---|---|
| blocker_idrequired | integer | Blocker id |
| Name | Value |
|---|---|
| Content-Type | application/json |
| Name | Type | Constraints | Description |
|---|---|---|---|
name required | string | minLength: 1 maxLength: 128 | Block category's name |
Path Parameters
1 curl --request POST \
2 --url 'https://example.kaiten.ru/api/latest/blockers/{blocker_id}/categories' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!