Skip to content

Commit

Permalink
Update ratings API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diox committed Sep 6, 2018
1 parent 71f5c5d commit f2712c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/api/ratings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This endpoint allows you to fetch a rating by its id.
.. _rating-detail-object:

:>json int id: The rating id.
:>json object addon: An object included for convenience that contains only two properties: ``id`` and ``slug``, corresponding to the add-on id and slug.
:>json object addon: A simplified :ref:`add-on <addon-detail-object>` object that contains only a few properties: ``id``, ``name``, ``icon_url`` and ``slug``.
:>json string|null body: The text of the rating.
:>json boolean is_latest: Boolean indicating whether the rating is the latest posted by the user on the same add-on.
:>json int previous_count: The number of ratings posted by the user on the same add-on before this one.
Expand Down

0 comments on commit f2712c3

Please sign in to comment.