update_customer_request
Update customer request details using customer ID and request ID. Change name, description, or link fields as needed.
Instructions
Update a customer request. Only the fields you pass are changed.
Work item links cannot be changed here — use manage_customer_work_items with this request_id as customer_request_id.
Args: customer_id: UUID of the customer request_id: UUID of the customer request name: Request name description_html: HTML description link: URL associated with the request
Returns: The updated CustomerRequest
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | ||
| name | No | ||
| request_id | Yes | ||
| customer_id | Yes | ||
| description_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| link | No | ||
| name | Yes | ||
| created_at | No | ||
| description | No | ||
| work_item_ids | No | ||
| attachment_count | No | ||
| description_html | No |