accelo_update_request
Update an existing request's title, body, type, standing, claimer, or priority by providing its ID in Accelo.
Instructions
Update an existing request.
Args: id: Request ID (required) title: New title body: New body type_id: New type ID standing: New standing (pending, open, converted, closed) claimer_id: Staff ID to claim the request priority_id: New priority ID fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| title | No | ||
| fields | No | ||
| type_id | No | ||
| standing | No | ||
| claimer_id | No | ||
| priority_id | No |