Update a task

Modify a customer's task details like users, content and due date.

Path Params
int32
required

This is the Enerflo Customer ID.

int32
required

This is the unique identifier of the task to be updated.

Body Params
string
required

This is the description of the task to be performed. For example, "Call the customer".

int32
required

This is the ID of the Enerflo user that owns the task. This user is responsible for completing the task.
User IDs can be found at:
• User table: https://enerflo.io/company/users
• User profile: https://enerflo.io/company/user/profile/{user_id}

string

The due date for the task completion, given in the format yyyy-mm-dd, such as "2024-12-27".

string

The due time for the task, using a 24-hour time format hh:mm. For example, 10:30 PM should be represented as "22:30". Ensure that values are provided in the Company's local timezone.

notify_user_ids
array of int32s

List of user IDs who will be notified upon the completion of the task. Example: [100443, 98940]

notify_user_ids
string

Notes field for adding any additional information related to the task.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json