Interface: SDKUpdateTaskAssigneesPayload

sdkApi/interfaces/entities/iTask.SDKUpdateTaskAssigneesPayload

An interface representing the payload for updating task assignees.

Interface

SDKUpdateTaskAssigneesPayload

Table of contents

Properties

Properties

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.


taskId

taskId: string

The ID of the task.