Skip to main content
POST
Add a comment to a ticket
/add-ticket-comment writes a comment back to the ticket — typically a link to the corresponding place in the monitoring results on the Management Tool, so the reviewer can jump straight to the recorded session. All three fields (sessionId, ticketId, ticketComment) are required.
This endpoint is shown for reference. There is no Syteca-hosted server to call, so no live request panel is available.

Body

application/json
sessionId
string
required
Example:

"f3a9c2e1-7b44-4d8e-9c2a-1e6b5d0f8a23"

ticketId
string
required
Example:

"INC0012345"

ticketComment
string
required
Example:

"Session recording: https://syteca.example.com/sessions/8842"

Response

Created. The comment was added.