XML Call Control Authentication operations for connections
BETA: Sets the authentication method of a connection and associates the call control settings. This will remove any other authentication type set for the connection.
XML Translator details
{- "xml_request_url": "string",
- "xml_failover_url": "string",
- "xml_request_method": "post"
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
BETA: Updates the connection XML Translator settings with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
XML Translator details
{- "xml_request_url": "string",
- "xml_failover_url": "string",
- "xml_request_method": "post"
}
{- "success": true,
- "message": "string",
- "reasons": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}