mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
773f514ddb
Ref: https://linear.app/tryghost/issue/SLO-188/set-a-maximum-limit-for-get-members-api Endpoint: ghost/api/admin/members/?limit=all Change Overview: We are updating the GET ghost/api/admin/members/ endpoint to remove support for the limit=all parameter. Previously, a request like GET ghost/api/admin/members/?limit=all would return a list of all members. Going forward, any request with limit=all or a limit greater than 100 will only return up to 100 members per request. This change aims to improve the performance and scalability of the API. What changes for users? - They will have to implement pagination to retrieve the list of all members. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json |