Change Updates

Do not miss any Voice API changes, ever again

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

RSS

Changelog

Last update:
Compare
14 structure changes including:
14 Modifications
Modified 14 Breaking
GET /v1/ByocTrunks
  • 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/ConnectionPolicies
  • 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/ConnectionPolicies/{ConnectionPolicySid}/Targets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • targets property Modified
        • priority, weight 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/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • priority, weight properties Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/DialingPermissions/Countries
  • 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/DialingPermissions/Countries/{IsoCode}/HighRiskSpecialPrefixes
  • 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/IpRecords
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ip_records property Modified
        • cidr_prefix_length property 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/IpRecords/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cidr_prefix_length property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/SourceIpMappings
  • 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
POST /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets
  • Response
  • 201 response Modified
    • application/json content type Modified
      • priority, weight properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/ConnectionPolicies/{ConnectionPolicySid}/Targets/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • priority, weight properties Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/DialingPermissions/BulkCountryUpdates
  • Response
  • 201 response Modified
    • application/json content type Modified
      • update_count property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/IpRecords
  • Response
  • 201 response Modified
    • application/json content type Modified
      • cidr_prefix_length property Modified
        • Type went from integer | null to integer
          Breaking
POST /v1/IpRecords/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cidr_prefix_length property Modified
        • Type went from integer | null to integer
          Breaking
1 structure change including:
1 Addition
Added 1
DELETE /v1/Archives/{Date}/Calls/{Sid}