Returns Module Menu
Return a list of modules.
GET /modules/menu
Returns modules menu. Only users with the Standard Registry and Installer role are allowed to make the request.
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Module'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated