v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14191644620.9 KB

Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.

post/sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}

Path parameters

sipMediaApplicationIdstring required

The ID of the SIP media application handling the call.

transactionIdstring required

The ID of the call transaction.

Request body

Argumentsobject required

Arguments made available to the Lambda function as part of the <code>CALL_UPDATE_REQUESTED</code> event. Can contain 0-20 key-value pairs.

Response

Success