ReassignQueueRequest

data class ReassignQueueRequest(val reportId: Long, val queueId: Long, val comment: String? = null)

Parameters

reportId

ID of the report to reassign

queueId

Target queue ID. Use -1 to unassign from any queue.

comment

Optional moderator-only note recorded on the resulting queueActivity as internalNote.

Constructors

Link copied to clipboard
constructor(reportId: Long, queueId: Long, comment: String? = null)

Properties

Link copied to clipboard

Optional moderator-only note recorded on the resulting queueActivity as internalNote.

Link copied to clipboard

Target queue ID. Use -1 to unassign from any queue.

Link copied to clipboard

ID of the report to reassign