Returns Module Menu
Return a list of modules.
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Module'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated