I don't understand why the limit path defined in the configuration is not working whereas it is working with annotation in the controller.
i set
path_limits: - { path: '^/api', limit: 1, period: 3600 }
and nothing in the header with an /api/* url :

whereas is it working with the controller if defined for a specific one :

Do you have an idea?