Skip to content

Commit 42b826e

Browse files
committed
rack of duration
1 parent b5e1579 commit 42b826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toggl_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Example request
1919
```shell
2020
curl -v -u 1971800d4d82861d8f2c1651fea4d212:api_token \
2121
-H 'Content-type: application/json' \
22-
-d '{"time_entry":{"description":"New time entry","created_with":"API example code","start":"2012-02-12T15:35:47+02:00","wid":{"id":31366}}}' \
22+
-d '{"time_entry":{"description":"New time entry","created_with":"API example code","start":"2012-02-12T15:35:47+02:00","duration":1200,"wid":{"id":31366}}}' \
2323
-X POST https://www.toggl.com/api/v8/time_entries
2424

2525
```

0 commit comments

Comments
 (0)