From 729406a2ce9612ab3bc05c20f26b249eef398851 Mon Sep 17 00:00:00 2001
From: Nicolas Joyard <joyard.nicolas@gmail.com>
Date: Sun, 29 May 2016 20:01:57 +0200
Subject: [PATCH] Update API docs for VoteScores

---
 docs/api.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/api.rst b/docs/api.rst
index 5621a2d5..73388fff 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -146,12 +146,12 @@ The following fields are available for filtering:
 * ``weight`` (alt.: gte, lte)
 * ``search``: searches in the ``title`` and ``description`` fields
 
-Scored Votes
-------------
+Vote Scores
+-----------
 
-The ``/api/scored_votes/[<pk>/]`` endpoints give access to scored votes; that
-is, representative votes with their contribution to the representative score.
-Only votes that match a recommendation are visible using this endpoint.  The
+The ``/api/vote_scores/[<pk>/]`` endpoints give access to scored votes; that is,
+representative votes with their contribution to the representative score. Only
+votes that match a recommendation are visible using this endpoint.  The
 following fields are available for filtering:
 
 * ``representative``
-- 
GitLab