Completely updates a task by replacing all fields with the provided data. This endpoint requires a complete representation of the task object.
Use a valid Bearer token to authenticate.
Unique identifier for the task that generated by system.
Example: 6352736c628401059b37a2e2
The unique name of organization's flow. Use GET /flows API to get the list of flow names.
Example: Visit
Fundamental entity within an organization, serving as the central point for managing various operational components. Use GET /hubs endpoint to get the list of Hub IDs. Example: 634e98498ce07d29474a7e29
This field's type & value is according to Flow's setting. Use GET /flow/{flowName}/task API to get example of payload.
Example: John Birdy
This field's type & value is according to Flow's setting. Use GET /flow/{flowName}/task API to get example of payload.
Example: Gambir Jakarta
This field's type & value is according to Flow's setting. Use GET /flow/{flowName}/task API to get example of payload.
Example: -6.230815251,106.75684387
Start time refers to the designated time for users to begin a task. If startTime is not provided, it will default to the configured time in the flow. You can view the datetime format here.
Example: 2022-11-02T07:28:23+00:00
End time is the deadline for completing a task. If endTime is not specified, it will default to the configured time in the flow.The task cannot be completed if the date has passed the endtime. You can view the datetime format here
Example: 2022-11-05T07:28:23+00:00
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']