1
0

updated todo

This commit is contained in:
konrad
2018-09-12 22:59:45 +02:00
parent b16c88a6f3
commit 7c9818440a
2 changed files with 29 additions and 13 deletions

View File

@ -19,6 +19,15 @@ Content-Type: application/json
###
# Add a new list
PUT http://localhost:8080/api/v1/lists/1
Authorization: Bearer {{auth_token}}
Content-Type: application/json
{"text": "test2", "description": "Schinken"}
###
# Delete a list from a list
DELETE http://localhost:8080/api/v1/lists/28
Authorization: Bearer {{auth_token}}