You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/api/source/resources.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ Search resource returns a *sound list response*. Sound list responses have the f
237
237
"previous": <link to the previous page of results (null if none)>
238
238
}
239
239
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`).
241
241
242
242
243
243
.. _sound-search-examples:
@@ -1219,7 +1219,7 @@ Response
1219
1219
--------
1220
1220
1221
1221
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``).
1223
1223
1224
1224
1225
1225
Examples
@@ -1324,7 +1324,7 @@ Response
1324
1324
--------
1325
1325
1326
1326
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``).
1328
1328
1329
1329
1330
1330
Examples
@@ -1432,7 +1432,7 @@ Response
1432
1432
--------
1433
1433
1434
1434
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``).
0 commit comments