Skip to content

Commit ce2ad10

Browse files
committed
Small improvements in API docs
1 parent 2ba077a commit ce2ad10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_docs/api/source/resources.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Search resource returns a *sound list response*. Sound list responses have the f
237237
"previous": <link to the previous page of results (null if none)>
238238
}
239239

240-
You can use the :ref:`sound-search-parameters` ``fields``, ``page``, and ``page_size`` in the sound list response.
240+
You can use the request parameters ``fields``, ``page``, and ``page_size`` to indicate what information should be returned for any sound in the list and the size/page number (see :ref:`sound-search-parameters`).
241241

242242

243243
.. _sound-search-examples:
@@ -1219,7 +1219,7 @@ Response
12191219
--------
12201220

12211221
User Sounds resource returns a sound list just like :ref:`sound-list-response`.
1222-
The same extra request parameters apply (``page``, ``page_size``, ``fields``, ``descriptors`` and ``normalized``).
1222+
The same extra request parameters apply (``page``, ``page_size``, ``fields``).
12231223

12241224

12251225
Examples
@@ -1324,7 +1324,7 @@ Response
13241324
--------
13251325

13261326
Pack Sounds resource returns a sound list just like :ref:`sound-list-response`.
1327-
The same extra request parameters apply (``page``, ``page_size``, ``fields``, ``descriptors`` and ``normalized``).
1327+
The same extra request parameters apply (``page``, ``page_size``, ``fields``).
13281328

13291329

13301330
Examples
@@ -1432,7 +1432,7 @@ Response
14321432
--------
14331433

14341434
User Bookmark Category Sounds resource returns a sound list just like :ref:`sound-list-response`.
1435-
The same extra request parameters apply (``page``, ``page_size``, ``fields``, ``descriptors`` and ``normalized``).
1435+
The same extra request parameters apply (``page``, ``page_size``, ``fields``).
14361436

14371437

14381438
Examples

0 commit comments

Comments
 (0)