From bd0a2aef31c90ff06fdb7f89aaf8abc465d66796 Mon Sep 17 00:00:00 2001 From: Dylan Maryk Date: Sat, 27 May 2017 14:50:24 +0200 Subject: [PATCH] Fix incorrect parameter names --- endpoints/photo/GET_photos_search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/photo/GET_photos_search.md b/endpoints/photo/GET_photos_search.md index 4d57a6e..6cad8ce 100644 --- a/endpoints/photo/GET_photos_search.md +++ b/endpoints/photo/GET_photos_search.md @@ -35,8 +35,8 @@ Either of parameters **term**, **tag**, or **geo** is required. - **rating** — Sort by current rating, highest rated first. - **highest_rating** — Sort by highest rating achieved, highest rated first. - **times_viewed** — Sort by the number of views, most viewed first. - - **votes_count** – Sort by the number of votes, most voted on first. - - **comments_count** — Sort by the number of comments, most commented first. + - **vote_count** – Sort by the number of votes, most voted on first. + - **comment_count** — Sort by the number of comments, most commented first. - **taken_at** — Sort by the original date of the image extracted from metadata, most recent first (might not be available for all images). ## Return format