Update documentation
diff --git a/docs/dyn/qpxExpress_v1.trips.html b/docs/dyn/qpxExpress_v1.trips.html
index 61348a4..78f1cad 100644
--- a/docs/dyn/qpxExpress_v1.trips.html
+++ b/docs/dyn/qpxExpress_v1.trips.html
@@ -121,6 +121,7 @@
       ],
       "saleCountry": "A String", # IATA country code representing the point of sale. This determines the "equivalent amount paid" currency for the ticket.
       "maxPrice": "A String", # Do not return solutions that cost more than this price. The alphabetical part of the price is in ISO 4217. The format, in regex, is [A-Z]{3}\d+(\.\d+)? Example: $102.07
+      "ticketingCountry": "A String", # IATA country code representing the point of ticketing.
       "solutions": 42, # The number of solutions to return, maximum 500.
       "refundable": True or False, # Return only solutions with refundable fares.
     },