Change Updates

Do not miss any Studio API changes, ever again

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

RSS
Twilio /

Change #30e1b8f7

Last update:
Compare
1.29.1

API structure has changed

27 structure changes including:
19 Breaking changes
8 Additions
12 Modifications
7 Removals
Modified 12 Breaking
POST /v1/Flows/{FlowSid}/Executions
  • Body
  • content type Modified
    • Parameters attribute Modified
  • Response
  • 201 response Modified
    • context attribute Modified
    • contact_sid attribute Added
GET /v1/Flows/{Sid}
  • Response
  • 200 response Modified
    • commit_message, definition, errors, revision, valid, warnings, webhook_url attributes Removed
    • version attribute Added
GET /v1/Flows/{FlowSid}/Executions/{Sid}
  • Response
  • 200 response Modified
    • context attribute Modified
    • contact_sid attribute Added
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context
  • Response
  • 200 response Modified
    • context attribute Modified
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{Sid}
  • Response
  • 200 response Modified
    • context attribute Modified
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps
  • Response
  • 200 response Modified
    • steps attribute Modified
GET /v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Context
  • Response
  • 200 response Modified
    • context attribute Modified
GET /v1/Flows/{FlowSid}/Executions
  • Response
  • 200 response Modified
    • executions attribute Modified
GET /v1/Flows
  • Response
  • 200 response Modified
    • flows attribute Modified
DELETE /v1/Flows/{Sid}
DELETE /v1/Flows/{FlowSid}/Executions/{Sid}
POST /v1/Flows/{FlowSid}/Executions/{Sid}
  • Response
  • 200 response Modified
    • context attribute Modified
    • contact_sid attribute Added
Removed 7 Breaking
GET /v2/Flows/{Sid}/Revisions
GET /v2/Flows/{Sid}/Revisions/{Revision}
GET /v2/Flows/{Sid}/TestUsers
POST /v2/Flows
POST /v2/Flows/Validate
POST /v2/Flows/{Sid}
POST /v2/Flows/{Sid}/TestUsers
Added 8
POST /v1/Flows/{FlowSid}/Engagements
GET /v1/Flows/{FlowSid}/Engagements/{Sid}
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{StepSid}/Context
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{Sid}
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps
GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Context
GET /v1/Flows/{FlowSid}/Engagements
DELETE /v1/Flows/{FlowSid}/Engagements/{Sid}