Update Change
documentedUpdate a change.
PUT /itil/changes/[id].jsonChangeno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}.freshservice.com/itil/changes/{{$id}}.json" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"itil_change": {"priority": {{$priority}}, "status": {{$status}}, "impact": {{$impact}}, "custom_field_attributes": {"change_range_1": "{{$change_range_1}}"}}}'