Skip to main content
POST
/
hours
/
by-day
/
weigh
Update status of weigh hours
curl --request POST \
  --url https://api.projectcor.com/v1/hours/by-day/weigh \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "task_log_id": 123,
  "start": "2023-11-07T05:31:56Z"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
task_log_id
integer
required

Task ID

start
string<date-time>
required

Start Timestamp

Response

200

Status updated successfully