Skip to content
luishens01 edited this page Jan 6, 2019 · 1 revision

This wiki page is part of the usage documentation of the tng-gtk-usr repository.

Context

These are the operations for the Roles of the tng-gtk-usr

tng-gtk-usr/roles

  • GET

This gives the list of all roles

  • POST

Register a new role

    {
        "role":"customer",
        "description":"customer profile desc"
    }

tng-gtk-usr/roles/:role

  • DELETE

Delete this ':role' from the roles table.

Clone this wiki locally