toggl / toggl_api_docs

Documentation for the Toggl API
1.4k stars 235 forks source link

Fix duplicated `at` propeties in Project #307

Closed azoson closed 2 years ago

azoson commented 6 years ago

Project chapter describes that there are two at properties:

  • at: timestamp that is sent in the response for PUT, indicates the time task was last updated (read-only)

and

  • at: timestamp indicating when the project was created (UTC time), read-only

But I think the first is the property for the task. (https://github.com/toggl/toggl_api_docs/blame/master/chapters/tasks.md#L12) So it should not be here.

What do you think about it?

joeriharleman commented 2 years ago

Hi @azoson

Our new and improved documentation has been improved as to not have double properties! Thank you for your contribution.

Regards, Joeri from Toggl