Improved error handling
This commit is contained in:
parent
a4137b3d6f
commit
f969593c0a
14 changed files with 345 additions and 177 deletions
|
|
@ -5,7 +5,7 @@ Authorization: Bearer {{auth_token}}
|
|||
###
|
||||
|
||||
# Get one list
|
||||
GET http://localhost:8080/api/v1/lists/13
|
||||
GET http://localhost:8080/api/v1/lists/13546850
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Authorization: Bearer {{auth_token}}
|
|||
###
|
||||
|
||||
# Get one namespaces
|
||||
GET http://localhost:8080/api/v1/namespaces/12
|
||||
GET http://localhost:8080/api/v1/namespaces/125476
|
||||
Authorization: Bearer {{auth_token}}
|
||||
|
||||
###
|
||||
|
|
|
|||
Reference in a new issue