Actions
This page provides tools to search, display and manage actions.
Actions represent one-to-one permissions mapped onto REST methods.
Data table
Actions are displayed in a data table:

The following data table columns are available:
| Column | Description |
|---|---|
section | Section |
name | Name |
type | Type (JWT | REST) |
description | Description |
Actions can be searched by name EQUALS, using search input field.
To manage a record, clicking on three dots at the end of a table row, shows a dropdown:
Form
Add new
An action can be created using Add new button.

The following form fields are available:
| Field | Description | Required |
|---|---|---|
section | Section | ✓ |
name | Name | ✓ |
type | Type (JWT | REST) | ✓ |
description | Description |
Save button is enabled only if form data are valid.
Edit
To edit a record, clicking on Edit dropdown option shows the form to edit data.
Delete
To delete a record, clicking on Delete dropdown option shows the confirmation dialog to delete data.

The data referenced by another entity cannot be deleted. Confirm button deletes the data.
Result
As a result of every successful action, the Information message box is presented, with adequate message.
On validation or constraints error, the Warning message box is presented, with adequate message.
On error, the Error message box is presented, with adequate message.