---
title: "Update Conversation Flow By Id"
method: PUT
path: "/api/v1/conversation_flow/{conversation_flow_id}"
tags: ["Conversation Flow"]
---

# Update Conversation Flow By Id

`PUT /api/v1/conversation_flow/{conversation_flow_id}`

Update conversation_flow

## Path parameters

- `conversation_flow_id` string, uuid, required

## Request body

- IConversationFlowUpdate
  - `name` string, nullable
  - `num_nodes` integer, nullable
  - `num_edges` integer, nullable
  - `flow` object, nullable

## Response `200`

Successful Response

- IPutResponseBaseIConversationFlowUpdate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IConversationFlowUpdate
    - `name` string, nullable
    - `num_nodes` integer, nullable
    - `num_edges` integer, nullable
    - `flow` object, nullable

## Other responses

- `422` — Validation Error

---

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