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

21 days ago

main
1.0.0
Compare
1.0.0

API structure has changed

Next change
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