Skip to content

Add update and remove operations to client.studio.v2.flows.update #786

Open
@allavytalize

Description

Issue Summary

This is a feature request.
Twilio studio api already supports update and remove operations. Why not add them on the twilio-python client just like create?
https://www.twilio.com/docs/studio/rest-api/v2/flow#update-a-flow-resource
https://www.twilio.com/docs/studio/rest-api/v2/flow#delete-a-flow-resource

Steps to Reproduce

  1. Try to use update or remove operation on v2.flows resource.

Code Snippet

from twilio.rest import Client
client = Client(TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN)
client.studio.v2.flows.update(...)

Exception/Log

AttributeError: 'FlowList' object has no attribute 'update'

Technical details:

  • twilio-python version: 9.0.4
  • python version: 3.11.6

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions