Closed 0x29a closed 1 year ago
Thanks for the pull request, @0x29a!
When this pull request is ready, tag your edX technical lead.
@0x29a can you please rebase this?
@asadazam93, done.
@0x29a 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future.
Description
reverse_order
query parameter to the threads endpoint.merge_response_content
to support reversed content order.Testing instructions
You should see a thread with comments ordered by the creation date.
reverse_order==false
toreverse_order==true
. You should see threads and comments in the reversed order.resp_limit==1
to verify that the reverse ordering works with pagination.