Path parameters
-
The SID of the Flow resource to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^FW[0-9a-fA-F]{32}$.
POST
/v2/Flows/{Sid}
curl \
--request POST 'https://studio.twilio.com/v2/Flows/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'CommitMessage=string&FriendlyName=string&Status=draft'
Response examples (200)
{
"account_sid": "string",
"commit_message": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"errors": [],
"friendly_name": "string",
"links": {},
"revision": 42,
"sid": "string",
"status": "draft",
"url": "https://example.com",
"valid": true,
"warnings": [],
"webhook_url": "https://example.com"
}