Change Updates

Do not miss any Twilio Hub changes, ever again

Subscribe to the Twilio Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Notify API
1.0.0
7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /v1/Credentials
  • Response
  • 200 response Modified
    • application/json content type Modified
      • credentials property Modified
        • type 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/Credentials/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type property Modified
        • Type went from string | null to string
          Breaking
GET /v1/Services
  • 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/Services/{ServiceSid}/Bindings
  • 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/Credentials
  • Response
  • 201 response Modified
    • application/json content type Modified
      • type property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Credentials/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Services/{ServiceSid}/Notifications
  • Response
  • 201 response Modified
    • application/json content type Modified
      • priority property Modified
        • Type went from string | null to string
          Breaking
      • ttl property Modified
        • Type went from integer | null to integer
          Breaking
Insights API
1.0.0
12 structure changes including:
12 Modifications
Modified 12 Breaking
GET /v1/Conferences
  • Response
  • 200 response Modified
    • application/json content type Modified
      • conferences property Modified
        • detected_issues, tag_info properties Modified
          • Type is now object | null
      • 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/Conferences/{ConferenceSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • detected_issues, tag_info properties Modified
        • Type is now object | null
GET /v1/Conferences/{ConferenceSid}/Participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • participants property Modified
        • properties, events, metrics properties Modified
          • Type is now object | null
      • 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/Conferences/{ConferenceSid}/Participants/{ParticipantSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • properties, events, metrics properties Modified
        • Type is now object | null
GET /v1/Video/Rooms
  • Query
  • RoomType query parameter Modified
    • Type went from array[string] to array[string | null]
  • Page, PageToken query parameters Added
  • 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
GET /v1/Video/Rooms/{RoomSid}/Participants
  • Response
  • 200 response Modified
    • application/json content type Modified
      • participants property Modified
        • properties, publisher_info properties Modified
          • Type is now object | null
      • 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/Video/Rooms/{RoomSid}/Participants/{ParticipantSid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • properties, publisher_info properties Modified
        • Type is now object | null
GET /v1/Voice/Summaries
  • Response
  • 200 response Modified
    • application/json content type Modified
      • call_summaries property Modified
        • from, to, carrier_edge, client_edge, sdk_edge, sip_edge, attributes, properties, trust properties Modified
          • Type is now object | null
        • answered_by, annotation properties Added
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
  • Query
  • Branded query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • AnsweredBy, AnsweredByAnnotation, ConnectivityIssueAnnotation, QualityIssueAnnotation, SpamAnnotation, CallScoreAnnotation, BrandedEnabled, VoiceIntegrityEnabled, BrandedBundleSid, BrandedLogo, BrandedType, BrandedUseCase, BrandedCallReason, VoiceIntegrityBundleSid, VoiceIntegrityUseCase, BusinessProfileIdentity, BusinessProfileIndustry, BusinessProfileBundleSid, BusinessProfileType, Page, PageToken query parameters Added
GET /v1/Voice/{CallSid}/Events
  • Query
  • Edge query parameter Modified
    • Type went from string to string | null
  • Page, PageToken query parameters Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • events property Modified
        • carrier_edge, sip_edge, sdk_edge, client_edge properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
GET /v1/Voice/{CallSid}/Metrics
  • Query
  • Edge, Direction query parameters Modified
    • Type went from string to string | null
  • Page, PageToken query parameters Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • metrics property Modified
        • carrier_edge, sip_edge, sdk_edge, client_edge properties Modified
          • Type is now object | null
      • meta property Modified
        • next_page_url, previous_page_url properties Modified
          • Type went from string(uri) to string(uri) | null
GET /v1/Voice/{CallSid}/Summary
  • Query
  • ProcessingState query parameter Modified
    • Type went from string to string | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • from, to, carrier_edge, client_edge, sdk_edge, sip_edge, attributes, properties, trust properties Modified
        • Type is now object | null
      • answered_by, annotation properties Added
POST /v1/Voice/{CallSid}/Annotation
  • Body
  • application/x-www-form-urlencoded content type Modified
    • AnsweredBy, ConnectivityIssue properties Modified
      • Type went from string to string | null
iam_organizations API
Frontline API
1.0.0
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /v1/Users/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • state property Modified
        • Type went from string | null to string
          Breaking
POST /v1/Users/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • state property Modified
        • Type went from string | null to string
          Breaking
Events API
1.0.0
16 structure changes including:
16 Modifications
Modified 16 Breaking
GET /v1/Schemas/{Id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • latest_version property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Schemas/{Id}/Versions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_versions property Modified
        • schema_version 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/Schemas/{Id}/Versions/{SchemaVersion}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Sinks
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sinks property Modified
        • sink_type, status properties 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/Sinks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sink_type, status properties Modified
        • Type went from string | null to string
          Breaking
GET /v1/Subscriptions
  • 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/Subscriptions/{SubscriptionSid}/SubscribedEvents
  • Response
  • 200 response Modified
    • application/json content type Modified
      • types property Modified
        • schema_version 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/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking
GET /v1/Types
  • Response
  • 200 response Modified
    • application/json content type Modified
      • types property Modified
        • status, documentation_url properties 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/Types/{Type}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status, documentation_url properties Added
POST /v1/Sinks
  • Response
  • 201 response Modified
    • application/json content type Modified
      • sink_type, status properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Sinks/{Sid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sink_type, status properties Modified
        • Type went from string | null to string
          Breaking
POST /v1/Sinks/{Sid}/Test
  • Response
  • 200 response Added
POST /v1/Subscriptions/{Sid}
  • Body
  • application/x-www-form-urlencoded content type Modified
    • SinkSid property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents
  • Response
  • 201 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking
  • 200 response Added
POST /v1/Subscriptions/{SubscriptionSid}/SubscribedEvents/{Type}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schema_version property Modified
        • Type went from integer | null to integer
          Breaking