chore(README): explain prefix with an example

This commit is contained in:
Mahdi Dibaiee 2016-01-19 10:14:56 +03:30
parent 25366a5c89
commit 6713ed0b0b

View File

@ -71,4 +71,7 @@ DELETE /role/{id}/teams?members=5
DELETE /team/{id}/role/{id}
DELETE /role/{id}/team/{id}
# you can specify a prefix to change the URLs like this:
GET /v1/team/{id}/roles
```