List rights are now respected
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
###
|
||||
|
Reference in New Issue
Block a user