Skip to main content
POST
/
hours
/
accept-suggested
/
{datetime}
Accept suggested hours
curl --request POST \
  --url https://api.projectcor.com/v1/hours/accept-suggested/{datetime} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

datetime
integer<int64>
required

In Unix Time

Response

200

Suggested hours accepted successfully