Skip to main content
PUT
Assign task by ID

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

taskId
string
required

Unique identifier for the task that generated by system. Example: 6352736c628401059b37a2e2

Body

application/json
assignee
object[]
required

You can assign tasks using user email according to their task hub. To assign tasks to multiple users, use a comma (',') as a separator. Example: ['leandro@mile.app']

Response

Success

status
boolean

Status of response.

message
string

Message of API response.

task
object

Detail of object task.