Skip to content

Commit

Permalink
Merge pull request #4393 from freelawproject/anseljh-citation-api-doc…
Browse files Browse the repository at this point in the history
…s-typo-fix

Minor edits to citation API docs
  • Loading branch information
mlissner authored Sep 3, 2024
2 parents 68cc6de + 18773ba commit f5d0067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/api/templates/citation-api-docs-vlatest.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 id="cites-endpoint">Opinions Cited/Citing API<br><small><code>{% url "opinio
}
}</pre>
<p>To understand <code>RelatedFilters</code>, see our <a href="{% url "rest_docs" version="v3" %}">filtering documentation</a>.</p>
<p>These filters allow you to filter to the opinions that an opinion cites (it's "Authorities") or the opinions that cite it.
<p>These filters allow you to filter to the opinions that an opinion cites (its "Authorities" or backward citations) or the later opinions that cite it (forward citations).
</p>
<p>For example, opinion <code>2812209</code> is the decision in <em>Obergefell v. Hodges</em>. To see what it cites:</p>
<pre class="pre-scrollable tall">curl -v \
Expand Down

0 comments on commit f5d0067

Please sign in to comment.