OWASP/crAPI

Introduce a limit query param in GET /community/api/v2/community/posts/recent

piyushroshan opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Introduce a limit query param in GET /community/api/v2/community/posts/recent to control number of posts in response

Describe the solution you'd like
GET /community/api/v2/community/posts/recent?limit=20
Default limit is 10

Describe alternatives if any you've considered
None

Additional context
N/A