Add Note to Change
documentedAdd a note to a change.
POST /itil/changes/[id]/notes.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/{{$change_id}}/notes.json" \
-X POST \
-u "{{$domain_user_email}}:{{FRESHSERVICE_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"itil_note": {"body": "{{$body}}"}}'