---
title: "Update a workflow"
method: PUT
path: "/api/v1/streams/data-management/workflows/{id}"
tags: ["STREAMS", "DATA-MANAGEMENT", "WORKFLOWS"]
---

# Update a workflow

`PUT /api/v1/streams/data-management/workflows/{id}`

Update a workflow by ID

## Path parameters

- `id` string, required

## Request body

- UpdateDataTransformationWorkflowRequest
  - `description` string, nullable
  - `filter_id` string, uuid, required

## Response `200`

Successful Response

- DataTransformationWorkflowResponse
  - `id` string, uuid, nullable
  - `description` string, nullable
  - `filter_id` string, uuid, required
  - `data_source_config` union, required
    - PubSubDataSourceMetadata
      - `type` 'PUBSUB'
      - `topic` string, required
    - KafkaDataSourceMetadata
      - `type` 'KAFKA'
      - `topic` string, required
  - `data_destination_config` union, required
    - PubSubDataDestinationMetadata
      - `type` 'PUBSUB'
      - `delivery_type` 'PUSH' | 'PULL'
      - `webhook_url` string, nullable
    - KafkaDataDestinationMetadata
      - `type` 'KAFKA'
  - `external_workflow_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/allium/apis/allium-account-api.md) · [All operations](https://skmtc.net/allium/apis/allium-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/allium/allium-account-api/versions/6c79c032c85d/schema)
