Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
rack of duration
Browse files Browse the repository at this point in the history
  • Loading branch information
osamu2001 committed Jan 20, 2014
1 parent b5e1579 commit 42b826e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toggl_api.md
Expand Up @@ -19,7 +19,7 @@ Example request
```shell
curl -v -u 1971800d4d82861d8f2c1651fea4d212:api_token \
-H 'Content-type: application/json' \
-d '{"time_entry":{"description":"New time entry","created_with":"API example code","start":"2012-02-12T15:35:47+02:00","wid":{"id":31366}}}' \
-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}}}' \
-X POST https://www.toggl.com/api/v8/time_entries

```
Expand Down

0 comments on commit 42b826e

Please sign in to comment.