---
title: "Update a Flow."
method: POST
path: "/v2/Flows/{Sid}"
tags: ["StudioV2Flow"]
---

# Update a Flow.

`POST /v2/Flows/{Sid}`

Update a Flow.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- StudioV2Flow
  - `sid` string, nullable — The unique string that we created to identify the Flow resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flow resource.
  - `author_sid` string, nullable — The SID of the User that created or last updated the Flow.
  - `friendly_name` string, nullable — The string that you assigned to describe the Flow.
  - `definition` unknown
  - `status` 'draft' | 'published' — The status of the Flow. Can be: `draft` or `published`.
  - `revision` integer — The latest revision number of the Flow's definition.
  - `commit_message` string, nullable — Description of change made in the revision.
  - `valid` boolean, nullable — Boolean if the flow definition is valid.
  - `errors` unknown[], nullable — List of error in the flow definition.
    - unknown
  - `warnings` unknown[], nullable — List of warnings in the flow definition.
    - unknown
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `webhook_url` string, uri, nullable
  - `url` string, uri, nullable — The absolute URL of the resource.
  - `links` object, nullable — The URLs of the Flow's nested resources.

---

[API](https://skmtc.net/twilio/apis/twilio-studio.md) · [All operations](https://skmtc.net/twilio/apis/twilio-studio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-studio/revisions/c384dd0ef331/schema)
