From 2be1481e08e1c262bd0c55e3a8fb7a86cf011c56 Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Tue, 3 Sep 2024 11:31:54 +0200 Subject: [PATCH] Update docblock for Endpoint enablePagination --- api/src/Entity/Endpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Entity/Endpoint.php b/api/src/Entity/Endpoint.php index fb4ec3773..686768602 100644 --- a/api/src/Entity/Endpoint.php +++ b/api/src/Entity/Endpoint.php @@ -146,7 +146,7 @@ class Endpoint /** * @var bool Whether this endpoint should show paginated results for GET collection API Requests. - * If set to false the response will only contain an array of results without "results":[]. + * If set to false the response will only contain an array of results without "results":[] with a maximum of 500 items. * * @Groups({"read", "write"}) * @ORM\Column(type="boolean", options={"default":true}, nullable=true)