• {lang="api_permissions_endpoint"}

    {lang="api_permissions_endpoint_desc"}

    {{foreach $endpoints as $app => $sections}}

    {lang="__app_{$app}"}

    {lang="all"} / {lang="none"}
      {{foreach $sections as $sectionID => $sectionEndpoints}}
    • {lang="__api_{$app}_{$sectionID}"}

      {lang="all"} / {lang="none"}
        {{foreach $sectionEndpoints as $endpointKey => $endpoint}}
        • {expression="\IPS\Api\Controller::parseEndpointForDisplay( $endpoint['title'] )" raw="true"}
      • {{endforeach}}
    • {{endforeach}}
    {{endforeach}}