swsd_update_time_track
Update a time entry on an incident, problem, change, or release by providing the parent record, time track ID, and optional new name or minutes.
Instructions
Update an existing SWSD time entry on an incident, problem, change, or release. Pass name and/or minutes_parsed. WRITE — honors SWSD_WRITE_MODE and does not retry on transient failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Parent record id. | |
| name | No | Updated time entry description. | |
| object_type | Yes | Parent SWSD object type. | |
| time_track_id | Yes | SWSD time track id. | |
| minutes_parsed | No | Updated number of minutes. |