chore: update docs/dyn (#1106)
diff --git a/docs/dyn/cloudsearch_v1.stats.session.searchapplications.html b/docs/dyn/cloudsearch_v1.stats.session.searchapplications.html
index 024e8a2..299664f 100644
--- a/docs/dyn/cloudsearch_v1.stats.session.searchapplications.html
+++ b/docs/dyn/cloudsearch_v1.stats.session.searchapplications.html
@@ -109,12 +109,12 @@
{
"stats": [
{
- "searchSessionsCount": "A String", # The count of search sessions on the day
"date": { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999. # Date for which session stats were calculated. Stats calculated on the next day close to midnight are returned.
- "year": 42, # Year of date. Must be from 1 to 9999.
- "month": 42, # Month of date. Must be from 1 to 12.
"day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
+ "month": 42, # Month of date. Must be from 1 to 12.
+ "year": 42, # Year of date. Must be from 1 to 9999.
},
+ "searchSessionsCount": "A String", # The count of search sessions on the day
},
],
}</pre>