---
title: "Update Workflow Execution"
method: POST
path: "/v1/workflows/executions/{execution_id}/updates"
tags: ["workflows.executions"]
---

# Update Workflow Execution

`POST /v1/workflows/executions/{execution_id}/updates`

Update Workflow Execution

## Path parameters

- `execution_id` string, required

## Request body

- UpdateInvocationBody
  - `name` string, required — The name of the update to request
  - `input` union — Input data for the update, matching its schema
    - NetworkEncodedInput
      - `b64payload` string, required — The encoded payload
      - `encoding_options` EncodedPayloadOptions[] — The encoding of the payload
      - `empty` boolean — Whether the payload is empty
    - object

## Response `200`

Successful Response

- UpdateWorkflowResponse
  - `update_name` string, required
  - `result` unknown, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
