Fix method doc signatures for multiline required parameters (#374)
* Fix method doc signatures for multiline required parameters.
Existing doc generator failed to recognize parameters as required when parameter descriptions
extended over more than one line. Besides presenting incorrect information, resulting
inconsistencies broke checks for automated sample generation.
* Regen docs
diff --git a/docs/dyn/partners_v2.offers.html b/docs/dyn/partners_v2.offers.html
index 56cab11..6790ab1 100644
--- a/docs/dyn/partners_v2.offers.html
+++ b/docs/dyn/partners_v2.offers.html
@@ -134,14 +134,14 @@
},
],
"terms": "A String", # Terms of the offer.
- "description": "A String", # Description of the offer.
+ "name": "A String", # Name of the offer.
"maxAccountAge": 42, # The maximum age of an account [in days] to be eligible.
"offerLevel": "A String", # Level of this offer.
"showSpecialOfferCopy": True or False, # Should special text be shown on the offers page.
"offerType": "A String", # Type of offer.
"id": "A String", # ID of this offer.
"qualifiedCustomersComplete": True or False, # Whether or not the list of qualified customers is definitely complete.
- "name": "A String", # Name of the offer.
+ "description": "A String", # Description of the offer.
},
],
"responseMetadata": { # Common data that is in each API response. # Current response metadata.