Update a Fax Application
Updates settings of an existing Fax Application based on the parameters of the request.
Path parameters
Identifies the resource.
Request body
Example request
{
"active": false,
"anchorsite_override": "Amsterdam, Netherlands",
"application_name": "fax-router",
"inbound": {
"channel_limit": 10,
"sip_subdomain": "example",
"sip_subdomain_receive_settings": "only_my_connections"
},
"outbound": {
"channel_limit": 10,
"outbound_voice_profile_id": "1293384261075731499"
},
"tags": [
"tag1",
"tag2"
],
"webhook_event_failover_url": "https://failover.example.com",
"webhook_event_url": "https://example.com",
"webhook_timeout_secs": 25
}Response
Successful response
Example response
{
"data": {
"active": false,
"anchorsite_override": "Amsterdam, Netherlands",
"application_name": "fax-router",
"created_at": "2018-02-02T22:25:27.521Z",
"id": "1293384261075731499",
"inbound": {
"channel_limit": 10,
"sip_subdomain": "example",
"sip_subdomain_receive_settings": "only_my_connections"
},
"outbound": {
"channel_limit": 10,
"outbound_voice_profile_id": "1293384261075731499"
},
"record_type": "fax_application",
"updated_at": "2018-02-02T22:25:27.521Z",
"webhook_event_failover_url": "https://failover.example.com",
"webhook_event_url": "https://example.com",
"webhook_timeout_secs": 25
}
}Changes
Changed in 2 of the 61 revisions of this API.41
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ○
added the non-success response with the status
409response-non-success-status-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲