Hi,
I’m trying to create an SMS Send flow over API, but the parameters I’m setting to FALSE in the request are being overwritten back to TRUE in the response for some reason:

I request to:
- shorten_links: false
- add_org_prefix: false
- add_info_link: false
And yet the Flow is created with them set to TRUE…
Worse, there doesn’t appear to be a PATCH endpoint to update the Flow if it was created incorrectly over API, so updates need to be done manually in the UI.
Has anyone else had this issue or found a way to get the POST or PATCH to work correctly?
Thank you

