Skip to content

Commit

Permalink
Added: minor docs formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Jan 9, 2024
1 parent 622a676 commit dfb1795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Expand Up @@ -1067,7 +1067,9 @@ The fully expanded example above (without environment variables) looks like this
curl "https://demo.dataverse.org/api/datasets/24/versions/1.0/files"
This endpoint supports optional pagination, through the ``limit`` and ``offset`` query parameters.
To aid in pagination the Json response also includes the total number of rows (totalCount) available.

To aid in pagination the JSON response also includes the total number of rows (totalCount) available.

Usage example:

.. code-block:: bash
Expand Down

0 comments on commit dfb1795

Please sign in to comment.