api icon indicating copy to clipboard operation
api copied to clipboard

Sort isn't allowed as a param on search

Open NathanLeadill opened this issue 2 years ago • 0 comments

{ "detail": [ { "loc": [ "query", "sort" ], "msg": "unexpected value; permitted: 'id', 'created_utc', 'score'", "type": "value_error.const", "ctx": { "given": "asc", "permitted": [ "id", "created_utc", "score" ] } } ] }

https://api.pushshift.io/reddit/search/comment/?q=science&subreddit=askscience&sort=asc&size=1

NathanLeadill avatar May 04 '23 16:05 NathanLeadill