Developers
API ReferenceReported Clock

Stop ReportedClock and create ReportedTime based on clock parameters while also removing this clock instance.

PATCH
/project/reported-clocks/{id}/stop

Stop ReportedClock and create ReportedTime based on clock parameters while also removing this clock instance.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

ReportedClock identifier

Request Body

The updated ReportedClock resource

TypeScript Definitions

Use the request body type in TypeScript.

seconds?|
Range60 <= value
timeType?|
Formatuuid

Response Body

curl -X PATCH "https://example.com/project/reported-clocks/string/stop" \  -H "Content-Type: application/json" \  -d '{}'
Empty