Use query params to sort tasks instead of url params (#61)
This commit is contained in:
parent
a06a5fc4f4
commit
15ef6deabc
8 changed files with 86 additions and 421 deletions
|
|
@ -112,7 +112,7 @@ Authorization: Bearer {{auth_token}}
|
|||
###
|
||||
|
||||
# Get all pending tasks with priorities
|
||||
GET http://localhost:8080/api/v1/tasks/all/desc
|
||||
GET http://localhost:8080/api/v1/tasks/all?sort=priorityasc
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
|
|
|||
Reference in a new issue