StaticQueryParameterConflictResolution
The precedence used when a client-supplied query parameter has the same name as a configured static query parameter:
CLIENT_OVERRIDE- The client-supplied value overrides the configured static value for that parameter name. This is the default.STATIC_OVERRIDE- The configured static value is retained, overriding the client-supplied value for that parameter name.