Skip to content

Commit

Permalink
one more edit to get the formatting to work
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrooke committed Sep 28, 2021
1 parent 91241c6 commit 012517c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2815,11 +2815,12 @@ To create a harvesting set you must supply a JSON file that contains the followi
An example JSON file would look like this:
{
"name:"ffAuthor",
"name":"ffAuthor",
"definition":"authorName:Finch, Fiona",
"description":"Fiona Finch’s Datasets"
}
.. note:: See :ref:`curl-examples-and-environment-variables` if you are unfamiliar with the use of export below.
.. code-block:: bash
Expand Down Expand Up @@ -2854,6 +2855,7 @@ An example JSON file would look like this:
"description":"Fiona Finch’s Datasets with subject of trees"
}
.. note:: See :ref:`curl-examples-and-environment-variables` if you are unfamiliar with the use of export below.
.. code-block:: bash
Expand Down

0 comments on commit 012517c

Please sign in to comment.