Skip to content

Commit

Permalink
change example pk value for api/collections/{pk}
Browse files Browse the repository at this point in the history
so the value in the visible text matches the value in the link
(#735)
  • Loading branch information
koudyk committed Sep 30, 2020
1 parent a6ad034 commit 470b30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurovault/apps/main/templates/api-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ <h5><code>/api/collections/{pk}/</code></h5>
particular
collection specified by the pk value.</p>
<p class="indented"> example: <a
href='http://neurovault.org/api/collections/287'><code>neurovault.org/api/collections/20</code></a>
href='http://neurovault.org/api/collections/287'><code>neurovault.org/api/collections/287</code></a>
</p>
<h5><code>/api/collections/{pk}/images</code></h5>
<p class="indented"> Returns a json file containing a
dictionary of all images from the collection specified
by
the pk value.</p>
<p class="indented"> example: <a
href='http://neurovault.org/api/collections/287/images'><code>neurovault.org/api/collections/20/images</code></a>
href='http://neurovault.org/api/collections/287/images'><code>neurovault.org/api/collections/287/images</code></a>
</p>
<h4> Images </h4>

Expand Down

0 comments on commit 470b30e

Please sign in to comment.