permission-controller
Create permission operation
Create permission operation.
post/api/permissions/permissionOperations
Request body
Example request
{
"id": "LIST",
"name": "LIST",
"operation": "LIST"
}Response
OK
Example response
{
"id": "56JBQEDRINAM4VJ2VTWPEC7XCM",
"name": "LIST",
"operation": "LIST"
}