1
0

List rights are now respected

This commit is contained in:
konrad
2018-09-06 08:42:18 +02:00
committed by kolaente
parent 92174aac08
commit 521e7c3bef
5 changed files with 56 additions and 18 deletions

View File

@ -10,3 +10,16 @@ Content-Type: application/json
> {% client.global.set("auth_token", response.body.token); %}
###
## Register
POST http://localhost:8080/api/v1/register
Content-Type: application/json
{
"username": "user3",
"password": "1234",
"email": "3@knt.li"
}
###