In bug 22785 we added endpoint for selecting which match of a record is used at import. I wasn't sure about the API structure as it didn't feel RESTful.. you are changing the state of more than the single resource you are pointing to. I propose the following as an alternative. POST /import/{import_batch_id}/records/{import_record_id}/matches/{record_match_id}/choose POST /import/{import_batch_id}/records/{import_record_id}/matches/{record_match_id}/unchoose
(In reply to Martin Renvoize from comment #0) > > POST > /import/{import_batch_id}/records/{import_record_id}/matches/ > {record_match_id}/choose > POST > /import/{import_batch_id}/records/{import_record_id}/matches/ > {record_match_id}/unchoose POST /.../chosen DELETE /.../chosen ?