Ticket
Queue an on-demand refresh of a ticket's AI summary. Publishes a `TicketSummaryRequestEvent` to `ticket.summary-requests` for the AI summary-service, throttled by a per-ticket 30s Redis SETNX cooldown so agents (across pods) cannot flood the AI side. Returns the raw response object — NOT wrapped in `ApiResponse` — to mirror the other ticket AI endpoints: `{queued:true}` or `{queued:false, cooldownSeconds:N}`.
post/v1/tickets/{id}/summary/refresh
Path parameters
idinteger required
Ticket identifier.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.