Skip to content

Commit

Permalink
Update docblock for Endpoint enablePagination
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Sep 3, 2024
1 parent a929424 commit 2be1481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Entity/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2be1481

Please sign in to comment.