Edit a task.
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
objectId of the task to be edited
JSON body containing the edited task, all edited fields contain their new value and any unedited fields must still be included but with their original value.
Represents a task within the system, including its configuration, expected output, and optional form fields.
Successful operation, redirect to '/{resourceSlug}/tasks'.
Server response after successsfully adding a new object