[ [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiController:apiInvestmentFind', 'verb' => RouteVerb::GET, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], ], '^.*/finance/investment/attribute$' => [ [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeCreate', 'verb' => RouteVerb::PUT, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeUpdate', 'verb' => RouteVerb::SET, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], ], '^.*/finance/investment/attribute/type$' => [ [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeTypeCreate', 'verb' => RouteVerb::PUT, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeTypeUpdate', 'verb' => RouteVerb::SET, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], ], '^.*/finance/investment/attribute/type/l11n$' => [ [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeTypeL11nCreate', 'verb' => RouteVerb::PUT, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeTypeL11nUpdate', 'verb' => RouteVerb::SET, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], ], '^.*/finance/investment/attribute/value$' => [ [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeValueCreate', 'verb' => RouteVerb::PUT, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeValueUpdate', 'verb' => RouteVerb::SET, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], ], '^.*/finance/investment/attribute/value$' => [ [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeValueL11nCreate', 'verb' => RouteVerb::PUT, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], [ 'dest' => '\Modules\InvestmentManagement\Controller\ApiAttributeController:apiInvestmentAttributeValueL11nUpdate', 'verb' => RouteVerb::SET, 'permission' => [ 'module' => ApiController::NAME, 'type' => PermissionType::READ, 'state' => PermissionCategory::INVESTMENT, ], ], ], ];