v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01121113461.4 KB
thread-events

ViewSet for ThreadEvent model.

put/api/v1.0/threads/{thread_id}/events/{id}/

Path parameters

idstring uuid required

primary key for the record as UUID

thread_idstring uuid required

Request body

type'im' | 'assign' | 'unassign' required
  • im - Instant message
  • assign - Assign
  • unassign - Unassign
messagestring uuid nullable

primary key for the record as UUID

Response

idstring uuid required

primary key for the record as UUID

threadstring uuid required

primary key for the record as UUID

type'im' | 'assign' | 'unassign' required
  • im - Instant message
  • assign - Assign
  • unassign - Unassign
channelstring uuid nullable required

primary key for the record as UUID

messagestring uuid nullable

primary key for the record as UUID

author_displaystring nullable required
has_unread_mentionboolean required
is_editableboolean required
created_atstring date-time required

date and time at which a record was created

updated_atstring date-time required

date and time at which a record was last updated