diff --git a/module/ApiBundle/Controller/BrController.php b/module/ApiBundle/Controller/BrController.php index b53b6902d9..54a537b64a 100644 --- a/module/ApiBundle/Controller/BrController.php +++ b/module/ApiBundle/Controller/BrController.php @@ -400,7 +400,14 @@ public function getUserIdAction() * At this endpoint, one gets a list of all subscriptions since a given date, if properly authenticated. * * URL: vtk.be/api/br/getSubscriptions?key=apiKey&event=eventId&page=pageNumber&length=pageLength - * headers: Event: 22 + * headers: + * Event: eventId + * Last-ID: lastId (optional) + * query: + * key=apiKey + * event=eventId (same as Event header) (optional) + * page=pageNumber (optional) + * length=pageLength (optional) */ public function getSubscriptionsAction() {