Email Drafts
Update a draft (alias)
Identical to PUT; both apply a partial update to the supplied fields.
patch/email_inboxes/{inbox_id}/drafts/{draft_id}
Path parameters
inbox_idstring uuid required
Email inbox UUID.
draft_idstring uuid required
Email draft UUID.
Request body
Response
The updated draft.
Changes
Changed in 1 of the 61 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○