cURL
curl --request PUT \ --url https://api.decodahealth.com/check-in/clock-in/{time_entry_id} \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "startTime": "2023-11-07T05:31:56Z", "endTime": "2023-11-07T05:31:56Z", "reason": "<string>" } '
{ "id": "<string>", "userId": "<string>", "startTime": "2023-11-07T05:31:56Z", "locationId": "<string>", "endTime": "2023-11-07T05:31:56Z" }
Update a clock-in record’s start and/or end time. Requires clock_in:times:edit permission. Creates an audit log entry tracking the change.
The tenant you are making this request on behalf of
Your api key
Successful Response