Interface: SDKUpdateTaskAssigneesPayload
An interface representing the payload for updating task assignees.
Interface
SDKUpdateTaskAssigneesPayload
Table of contents
Properties
Properties
taskId
• taskId: string
The ID of the task.
action
• action: "add" | "remove"
The action to perform.
assignees
• Optional assignees: string[]
The assignees to add or remove.
groups
• Optional groups: string[]
The groups to add or remove.