Fixed priority not updating when set to 0
This commit is contained in:
parent
55e33c1694
commit
93dbaea303
3 changed files with 10 additions and 11 deletions
|
|
@ -1,17 +1,17 @@
|
|||
# Get all lists
|
||||
GET http://localhost:8080/api/v1/namespaces/1
|
||||
GET http://localhost:8080/api/v1/namespaces/35/lists
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
||||
# Get one list
|
||||
GET http://localhost:8080/api/v1/lists/27
|
||||
GET http://localhost:8080/api/v1/lists/1172
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
||||
# Add a new list
|
||||
PUT http://localhost:8080/api/v1/namespaces/1/lists
|
||||
PUT http://localhost:8080/api/v1/namespaces/35/lists
|
||||
Authorization: Bearer {{auth_token}}
|
||||
Content-Type: application/json
|
||||
|
||||
|
|
@ -135,10 +135,7 @@ Authorization: Bearer {{auth_token}}
|
|||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"labels": [
|
||||
{"id": 1},
|
||||
{"id": 2}
|
||||
]
|
||||
"priority": 0
|
||||
}
|
||||
|
||||
###
|
||||
|
|
|
|||
Reference in a new issue