Change Updates

Do not miss any Trunking API changes, ever again

Subscribe to the Trunking API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare
15 structure changes including:
15 Modifications
Modified 15 Breaking
GET /v1/Trunks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • trunks property Modified
        • transfer_mode, transfer_caller_id properties Modified
          • Type went from string | null to string
            Breaking
        • symmetric_rtp_enabled property Added
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transfer_mode, transfer_caller_id properties Modified
        • Type went from string | null to string
          Breaking
      • symmetric_rtp_enabled property Added
GET /v1/Trunks/{TrunkSid}/CredentialLists
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/IpAccessControlLists
  • Response
  • 200 response Modified
    • application/json content type Modified
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/OriginationUrls
  • Response
  • 200 response Modified
    • application/json content type Modified
      • origination_urls property Modified
        • weight, priority properties Modified
          • Type went from integer | null to integer
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • weight, priority properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Trunks/{TrunkSid}/PhoneNumbers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone_numbers property Modified
        • address_requirements property Modified
          • Type went from string | null to string
            Breaking
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Page, PageToken query parameters Added
GET /v1/Trunks/{TrunkSid}/PhoneNumbers/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • address_requirements property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Trunks/{TrunkSid}/Recording
  • Response
  • 200 response Modified
    • application/json content type Modified
      • mode, trim properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Trunks
  • Response
  • 201 response Modified
    • application/json content type Modified
      • transfer_mode, transfer_caller_id properties Modified
        • Type went from string | null to string
          Breaking
      • symmetric_rtp_enabled property Added
POST /v1/Trunks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • transfer_mode, transfer_caller_id properties Modified
        • Type went from string | null to string
          Breaking
      • symmetric_rtp_enabled property Added
POST /v1/Trunks/{TrunkSid}/OriginationUrls
  • Response
  • 201 response Modified
    • application/json content type Modified
      • weight, priority properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Trunks/{TrunkSid}/OriginationUrls/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • weight, priority properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/Trunks/{TrunkSid}/PhoneNumbers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • address_requirements property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Trunks/{TrunkSid}/Recording
  • Response
  • 202 response Modified
    • application/json content type Modified
      • mode, trim properties Modified
        • Type went from string | null to string
          Breaking
4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /v1/Trunks
  • Response
  • 200 response Modified
    • trunks property Modified
GET /v1/Trunks/{Sid}
  • Response
  • 200 response Modified
    • recording property Modified
    • transfer_caller_id property Added
POST /v1/Trunks
  • Body
  • content type Modified
    • TransferCallerId property Added
  • Response
  • 201 response Modified
    • recording property Modified
    • transfer_caller_id property Added
POST /v1/Trunks/{Sid}
  • Body
  • content type Modified
    • TransferCallerId property Added
  • Response
  • 200 response Modified
    • recording property Modified
    • transfer_caller_id property Added