Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKriegler authored Dec 29, 2018
1 parent b3b9492 commit 7903737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ POST /api/v1/tasks
Update Task State

```json
PUT /api/v1/tasks/id:task:1
PUT /api/v1/tasks/:id
{
"status": "new"
}
Expand All @@ -65,12 +65,12 @@ PUT /api/v1/tasks/id:task:1
Get Task

```json
GET /api/v1/tasks/id:task:1
GET /api/v1/tasks/:id
```

Delete Task (soft delete)

```json
DELETE /api/v1/tasks/id:task:1
DELETE /api/v1/tasks/:id
```

0 comments on commit 7903737

Please sign in to comment.