Sign in

Update ticket

documented

Updates an existing ticket.

PUT /tickets/{ticketId}Ticketsno implementation yet0 runs
No 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/{{$ticketId}}/\" \
  -X PUT \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "status": "{{$status}}", "priority": "{{$priority}}", "ownership": "{{$ownership}}", "dueDate": "{{$due_date}}", "tags": ["{{$tag1}}","{{$tag2}}"]}'
Update ticket · solve360 · OpenIntegrations