-
Notifications
You must be signed in to change notification settings - Fork 2
roles
luishens01 edited this page Jan 6, 2019
·
1 revision
This wiki page is part of the usage documentation of the tng-gtk-usr
repository.
These are the operations for the Roles of the tng-gtk-usr
- GET
This gives the list of all roles
- POST
Register a new role
{
"role":"customer",
"description":"customer profile desc"
}
- DELETE
Delete this ':role' from the roles table.