# Update email draft Updates a message draft Endpoint: PUT /v1/emails/drafts/{draftId} Version: 1.0 ## Path parameters: - `draftId` (integer, required) The id of the draft email ## Request fields (application/json-patch+json): - `matterId` (integer) - `mode` (string) Options:MessageFile Enum: "Message", "File" - `recipients` (array,null) - `recipients.userId` (string, required)