1
0

Exlicitly get the pseudonamespace with all shared lists (#32)

This commit is contained in:
konrad
2018-12-04 10:16:42 +00:00
committed by Gitea
parent f1fca3346b
commit 0c1d786ade
7 changed files with 55 additions and 16 deletions

View File

@ -1,5 +1,5 @@
# Get all lists
GET http://localhost:8080/api/v1/lists
GET http://localhost:8080/api/v1/namespaces/1/lists
Authorization: Bearer {{auth_token}}
###