Admin APIs
roles

Create Role

post/api/v1/admin/roles

Request body

namestring required
descriptionstring nullable
parent_idstring uuid4 nullable

Response

Successful Response

namestring required
descriptionstring nullable
parent_idstring uuid4 nullable
idstring uuid4 required

Changes