Using REST API Push Lead to update leads with "updateOnly" created a new lead
We have tested that when using the REST API to update a lead with the conditions:
action: "updateOnly",
lookupField: "id",
If the id is not found, a new lead is created with a new id. Why does this happen? If I am specifying updateOnly, shouldn't this prohibit any create actions?

