Update ticket activity
documentedUpdates an activity linked to a ticket.
PUT /tickets/{activitySegmentName}/{activityId}/Ticketsno 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://secure.solve360.com/tickets/{{$activitySegmentName}}/{{$activityId}}/" \
-X PUT \
-u "{{SOLVE360_EMAIL}}:{{SOLVE360_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}", "description": "{{$description}}", "priority": "{{$priority}}", "status": "{{$status}}", "dueDate": "{{$due_date}}"}'