The [`updateContact`](https://github.com/mailtrap/mailtrap-php/blob/788c164430bd74b79f4c6a0d83258e8be45340e4/src/Api/General/Contact.php#L381) method uses `httpPut` for the Update Contact endpoint but it looks like it should be `httpPatch`. https://docs.mailtrap.io/developers/promotional/contacts/contacts#patch-api-accounts-account_id-contacts-contact_identifier
The
updateContactmethod useshttpPutfor the Update Contact endpoint but it looks like it should behttpPatch.https://docs.mailtrap.io/developers/promotional/contacts/contacts#patch-api-accounts-account_id-contacts-contact_identifier