[ 'path' => '/otadmin/site/create', 'target' => ApiController::class . '::createSiteAction', 'access' => 'public' ], 'site_delete' => [ 'path' => '/otadmin/site/delete', 'target' => ApiController::class . '::deleteSiteAction', 'access' => 'public' ], 'site_undelete' => [ 'path' => '/otadmin/site/undelete', 'target' => ApiController::class . '::undeleteSiteAction', 'access' => 'public' ], 'site_update' => [ 'path' => '/otadmin/site/update', 'target' => ApiController::class . '::updateSiteConstantsAction', 'access' => 'public' ], ];