curl --request POST \
--url https://app.synkrony.ai/api/v1/time_logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"time_log": {
"user_id": 1,
"start_time": "2026-03-18T10:00:00Z",
"task_id": 1,
"project_id": 1,
"name": "Investigacao tecnica",
"end_time": "2026-03-18T11:00:00Z"
}
}
'{
"data": {
"owner_id": 123,
"owner_type": "<string>",
"id": "<string>",
"task": "<string>",
"date": "<string>",
"type": "<string>",
"start_time": "<string>",
"assignee": {
"id": "<string>",
"name": "<string>",
"colorId": 123,
"profilePictureUrl": "<string>"
},
"project_id": 123,
"duration": "<string>",
"end_time": "<string>",
"sprint_id": 123
}
}curl --request POST \
--url https://app.synkrony.ai/api/v1/time_logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"time_log": {
"user_id": 1,
"start_time": "2026-03-18T10:00:00Z",
"task_id": 1,
"project_id": 1,
"name": "Investigacao tecnica",
"end_time": "2026-03-18T11:00:00Z"
}
}
'{
"data": {
"owner_id": 123,
"owner_type": "<string>",
"id": "<string>",
"task": "<string>",
"date": "<string>",
"type": "<string>",
"start_time": "<string>",
"assignee": {
"id": "<string>",
"name": "<string>",
"colorId": 123,
"profilePictureUrl": "<string>"
},
"project_id": 123,
"duration": "<string>",
"end_time": "<string>",
"sprint_id": 123
}
}