v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
TeXML REST Commands

Updates siprec session for a call

Updates siprec session identified by siprec_sid.

post/texml/Accounts/{account_sid}/Calls/{call_sid}/Siprec/{siprec_sid}.json

Path parameters

account_sidstring required

The id of the account the resource belongs to.

call_sidstring required

The CallSid that identifies the call to update.

siprec_sidstring required

The SiprecSid that uniquely identifies the Sip Recording.

Response

Successful SIPREC session update response

account_sidstring

The id of the account the resource belongs to.

call_sidstring

The id of the call the resource belongs to.

date_updatedstring

The date and time the siprec session was last updated.

error_codestring

The error code of the siprec session.

sidstring

The SID of the siprec session.

status'in-progress' | 'stopped'

The status of the siprec session.

uristring

The URI of the siprec session.

Example response

{
  "account_sid": "61bf923e-5e4d-4595-a110-56190ea18a1b",
  "call_sid": "v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ",
  "date_updated": "Fri, 11 Aug 2023 19:12:11 +0000",
  "sid": "61bf923e-5e4d-4595-a110-56190ea18123",
  "status": "in-progress",
  "uri": "https://api.telnyx.com/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18123/Calls/v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-ai/Siprec/61bf923e-5e4d-4595-a110-56190ea18123"
}