You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @allavytalize! The fetch, update and delete functions are available for a specific Flow resource only. Thus if you want to update a particular Flow resource, you are required to provide its sid like FWXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.
While in case of create you are creating a new Flow resource, in case of list you are listing all the resources. Thus no particular Flow resource sid is required.
I think this helps!
Issue Summary
This is a feature request.
Twilio studio api already supports
update
andremove
operations. Why not add them on the twilio-python client just likecreate
?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
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: