From 8f5c4dc4ec624286f86d4e82bcd7cabc8eb33bad Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 23 Apr 2020 16:28:03 +0200 Subject: [PATCH] fix API annotation for customer collection (#1654) --- src/API/CustomerController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/CustomerController.php b/src/API/CustomerController.php index 75cdaaca..98a99b3b 100644 --- a/src/API/CustomerController.php +++ b/src/API/CustomerController.php @@ -75,7 +75,7 @@ class CustomerController extends BaseApiController * description="Returns a collection of customer entities", * @SWG\Schema( * type="array", - * @SWG\Items(ref="#/definitions/CustomerEntity") + * @SWG\Items(ref="#/definitions/CustomerCollection") * ) * ) * @Rest\QueryParam(name="visible", requirements="\d+", strict=true, nullable=true, description="Visibility status to filter activities (1=visible, 2=hidden, 3=both)")