tickets

Add a log/note to a ticket

Add a log entry to a ticket. Author = current user. Supervisor: only for supervised operator's ticket.

post/api/tickets/{ticket_id}/logs

Path parameters

ticket_idstring uuid required

Ticket UUID

Ticket UUID

Request body

actionstring required

Action label (e.g. Nota admin, Nota supervisore)

messagestring nullable

Log message

Response

Successful Response

idstring required

Log UUID

actionstring required

Action label

messagestring nullable

Log message

created_atstring nullable

ISO datetime

author_idstring required

User UUID who wrote the log

Changes

No recorded changes to this endpoint across all 1 revision of this API.