Update task screen time
Task
Update task screen time
Adds a specified duration to the total screen time recorded for a task. This is typically used for tasks involving user interaction.
POST
Update task screen time
Path Parameters
The unique identifier of the task for which to update screen time.
Body
application/json
The additional screen time in milliseconds to add to the task's total.
Required range:
x > 0Response
enum<string> | null
Screen time updated successfully. No content returned.
Screen time updated successfully. No content returned.
Available options:
null