Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://cloud.kaneo.app/api/time-entry \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "taskId": "<string>", "startTime": "<string>", "endTime": "<string>", "description": "<string>" } '
{ "id": "<string>", "taskId": "<string>", "userId": "<string>", "description": "<string>", "startTime": "2023-11-07T05:31:56Z", "duration": 123, "createdAt": "2023-11-07T05:31:56Z", "endTime": "2023-11-07T05:31:56Z" }
Create a new time entry for a task
Bearer token authentication
Time entry created successfully
Was this page helpful?