Current File : /var/www/vinorea/app/config/api_platform/resources.yml
resources:
  PrestaShopBundle\Api\Resource\HookStatus:
    operations:
      ApiPlatform\Metadata\Get:
        provider: PrestaShopBundle\Api\StateProvider\HookStatusProvider
        uriTemplate: '/hook-status/{id}'
        requirements:
          id: '\d+'
        exceptionToStatus:
          PrestaShop\PrestaShop\Core\Domain\Hook\Exception\HookNotFoundException: 404