Skip to content

Commit

Permalink
Fixed 2 documentation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture committed Jan 27, 2015
1 parent c65d3fc commit 7e3bbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api_tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This returns an array of [`TaskResponse`](tasks.md#retreiving-tasks) objects

### Fetching Tasks by Domain

To fetch all Tasks in a given [`domain`](tasks.md#domain):
To fetch all Tasks in a given [`domain`](tasks.md#domain-required):

```
GET /v1/tasks?domain=domain-name
Expand All @@ -37,7 +37,7 @@ This returns an array of [`TaskResponse`](tasks.md#retreiving-tasks) objects

### Fetching a Specific Task

To fetch a Task by [`task_guid`](tasks.md#task-guid):
To fetch a Task by [`task_guid`](tasks.md#task_guid-required):

```
GET /v1/tasks/:task_guid
Expand Down

0 comments on commit 7e3bbbb

Please sign in to comment.