Update a fax log

Updates the archive flag and the display fields on a single fax. Only fax_archived, fax_subject, fax_from_name and fax_to_name are applied; any other key is silently dropped, and a body containing none of the four is rejected with 400. A 200 means the update was issued, not that it matched — an id that is not on your account also returns 200 with nothing changed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id of the fax to update.

Body Params
boolean

true to archive the fax, false to restore it to the main list.

string

Subject line for the fax. Not length-limited or stripped by this call.

string

Display name shown for the sender.

string

Display name shown for the recipient.

Responses

401

Missing or invalid API key.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json