Letters
Update a Draft
Update a draft letter’s content, address, or recipient.
PATCH
Update a Draft
Update a letter that is indraft status. You can modify the recipient, address, content, or any combination. Letters that have already been sent cannot be updated.
Path parameters
The unique letter ID.
Request
All fields are optional — only include the fields you want to change.Name of the recipient. Maximum 30 characters.
The recipient’s postal address. If provided, all required address fields must be included.
The letter body text.
Response
Returns the full updated letter object (same shape as Get a Letter).Examples
Error codes
| Status | Description |
|---|---|
400 | Invalid request body |
401 | Missing, invalid, or revoked API key |
404 | Letter not found or does not belong to your account |
409 | Letter is not in draft status |
