Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET /tasks/:id
ANY /tasks/:id?_method=get

For example,

Code Block
languagebash
GET /tasks/100.json

Would return a json object of task with id 100.

...