patch
https://alpha.emaktalk.com/api/v1/fax/servers/
This API allows authorized users to update the details of an existing fax server identified by its unique serverId, which is provided as a path variable in the request URL. The API supports updating various aspects of the fax server, including its configuration, caller ID, email settings, associated users, and logo. The update type is specified to indicate whether the change is related to the logo or the server configuration.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Headers:
Authorization: Bearer [Token]
Update Types:
- "logo": Used for Updating the Logo of the Fax Server Only
- "editServer": Used for Updating the Fax Server Itself
Body:
| Fields | Description | Required |
|---|---|---|
| update_type | Specifies the type of update. Can be either logo (to update the logo) or editServer (to update server settings) | Yes |
| domain_uuid | The Unique Identifier of the Domain Associated with the Fax Server | Yes |
| caller_id_number | The Phone Number to Display the Caller ID | No |
| caller_id_name | The Name to Display the Caller ID | No |
| Comma Separated Emails that will be Notified when Using this Fax Server | No | |
| description | A Brief Description of the Fax Server | No |
| users | Array of Users' UUID's that are associated with this Fax Server | No |
| lifecycle | The Lifecycle Setting for the Fax Server (Retention Policy) [1-days, 7-days, 30-days, 90-days, 365-days] | No |
| emails_to_fax | An Array of Users' UUID that are Allowed to Send Faxes Through Emails for this Fax Server | No |
| logo_url | The Uploaded Logo Public URL to Cloudflare | Yes if update_type is logo |
