staticQueryParameterConflictResolution
Controls precedence when a client request supplies a query parameter whose name matches a configured static query parameter. If not set, defaults to CLIENT_OVERRIDE:
CLIENT_OVERRIDE- The client-supplied value overrides the configured static value for that parameter name.STATIC_OVERRIDE- The configured static value is retained, overriding the client-supplied value for that parameter name.