API / Docs: GET /threads/{id} - pagination only appears when with_posts=1

Hi there,

in api docs for
GET /threads/{id}
in response you should get "pagination" number, but it only returns, when "with_posts=1" is set.


Request:
Make "pagination" available even without providing "with_posts=1"

Alternate solution:
Update docs to make clear, pagination will only return / set if api request includes with_posts=1
 
Top Bottom