chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/civicinfo_v2.divisions.html b/docs/dyn/civicinfo_v2.divisions.html
index 0c01307..3222933 100644
--- a/docs/dyn/civicinfo_v2.divisions.html
+++ b/docs/dyn/civicinfo_v2.divisions.html
@@ -101,17 +101,17 @@
An object of the form:
{ # The result of a division search query.
- "kind": "civicinfo#divisionSearchResponse", # Identifies what kind of resource this is. Value: the fixed string "civicinfo#divisionSearchResponse".
- "results": [
- { # Represents a political geographic division that matches the requested query.
- "name": "A String", # The name of the division.
- "ocdId": "A String", # The unique Open Civic Data identifier for this division
- "aliases": [ # Other Open Civic Data identifiers that refer to the same division -- for example, those that refer to other political divisions whose boundaries are defined to be coterminous with this one. For example, ocd-division/country:us/state:wy will include an alias of ocd-division/country:us/state:wy/cd:1, since Wyoming has only one Congressional district.
- "A String",
- ],
- },
- ],
- }</pre>
+ "kind": "civicinfo#divisionSearchResponse", # Identifies what kind of resource this is. Value: the fixed string "civicinfo#divisionSearchResponse".
+ "results": [
+ { # Represents a political geographic division that matches the requested query.
+ "aliases": [ # Other Open Civic Data identifiers that refer to the same division -- for example, those that refer to other political divisions whose boundaries are defined to be coterminous with this one. For example, ocd-division/country:us/state:wy will include an alias of ocd-division/country:us/state:wy/cd:1, since Wyoming has only one Congressional district.
+ "A String",
+ ],
+ "name": "A String", # The name of the division.
+ "ocdId": "A String", # The unique Open Civic Data identifier for this division
+ },
+ ],
+}</pre>
</div>
</body></html>
\ No newline at end of file