Update Problem
documentedUpdate a problem.
PUT /itil/problems/[id].jsonProblemno 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/problems/{{$id}}.json" \
-X PUT \
-u "{{$FRESHSERVICE_USERNAME}}:{{$FRESHSERVICE_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"itil_problem": {"priority": {{$priority}}, "status": {{$status}}, "impact": {{$impact}}, "custom_field_attributes": {"problem_range_1": "{{$problem_range_1}}"}}}'