From ccd94c409ff9c0c8755e08e6e2b6642fe8b81f70 Mon Sep 17 00:00:00 2001 From: Ansel Halliburton Date: Sat, 31 Aug 2024 16:20:10 -0700 Subject: [PATCH 1/2] Fix typo in citation API documentation --- cl/api/templates/citation-api-docs-vlatest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/api/templates/citation-api-docs-vlatest.html b/cl/api/templates/citation-api-docs-vlatest.html index 8787217ce8..2d7be0afc8 100644 --- a/cl/api/templates/citation-api-docs-vlatest.html +++ b/cl/api/templates/citation-api-docs-vlatest.html @@ -80,7 +80,7 @@

Opinions Cited/Citing API
{% url "opinio } }

To understand RelatedFilters, see our filtering documentation.

-

These filters allow you to filter to the opinions that an opinion cites (it's "Authorities") or the opinions that cite it. +

These filters allow you to filter to the opinions that an opinion cites (its "Authorities") or the opinions that cite it.

For example, opinion 2812209 is the decision in Obergefell v. Hodges. To see what it cites:

curl -v \

From 18773ba028943aa11b3757e93118552edb98de3f Mon Sep 17 00:00:00 2001
From: Ansel Halliburton 
Date: Sat, 31 Aug 2024 17:00:15 -0700
Subject: [PATCH 2/2] Mention backward and forward citations

These are key phrases people might search for.
---
 cl/api/templates/citation-api-docs-vlatest.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cl/api/templates/citation-api-docs-vlatest.html b/cl/api/templates/citation-api-docs-vlatest.html
index 2d7be0afc8..2fd1fc4883 100644
--- a/cl/api/templates/citation-api-docs-vlatest.html
+++ b/cl/api/templates/citation-api-docs-vlatest.html
@@ -80,7 +80,7 @@ 

Opinions Cited/Citing API
{% url "opinio } }

To understand RelatedFilters, see our filtering documentation.

-

These filters allow you to filter to the opinions that an opinion cites (its "Authorities") or the opinions that cite it. +

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).

For example, opinion 2812209 is the decision in Obergefell v. Hodges. To see what it cites:

curl -v \