## Added

You can now update a party’s name (and/or email address) on an existing envelope using a new endpoint:

- **PATCH** `/envelopes/{envelope_fingerprint}/parties/{party_id}`


This is useful if a signer’s name was entered incorrectly, or if you need to correct details after creating an envelope.

### Notes

- Maximum 5 successful updates per party.
- See the [full endpoint documentation](https://developers.signable.app/openapi/envelopes/updateenvelopeparty) for request and response details.