Pause

Create pause

Creates a new pause record with start and end times. A pause must be associated with a task and contains the time period when work was paused.

post/v1/pauses

Request body

descriptionstring
startDateTimestring
endDateTimestring
taskIdstring

Response

Pause successfully created. Returns the created pause object.

idstring
userstring
deletedboolean
runningboolean
lastUpdateinteger
createdinteger
descriptionstring
startDateTimestring
endDateTimestring

Changes

No recorded changes to this endpoint across all 3 revisions of this API.