kaiten_update_sd_service
Modify an existing Service Desk service by updating its name, description, board settings, visibility, card type, or email options to keep request forms aligned with current workflows.
Instructions
Update a Service Desk service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lng | No | Language code (2-char, e.g. 'en', 'ru') | |
| name | No | Service name (max 256 chars) | |
| lane_id | No | Default lane ID on the board | |
| type_id | No | Card type ID for created request cards | |
| archived | No | Archive or unarchive the service | |
| board_id | No | Board ID where request cards are created | |
| position | No | Sort position | |
| settings | No | Additional settings (e.g. {allowed_email_masks: [...]}) | |
| column_id | No | Default column ID on the board | |
| service_id | Yes | Service ID | |
| description | No | Service description | |
| hide_in_list | No | Hide service in the public service list | |
| display_status | No | How status is displayed | |
| email_settings | No | Email notification settings bitmask | |
| fields_settings | No | Custom property fields configuration for the request form (JSON) | |
| template_description | No | Default description template for new requests | |
| allow_to_add_external_recipients | No | Allow adding external email recipients |