---
title: "Update Message"
method: POST
path: "/chat/updateMessage/{instance}"
tags: ["Chat Controller"]
---

# Update Message

`POST /chat/updateMessage/{instance}`

Update message

## Path parameters

- `instance` string, required

## Request body

- object
  - `number` integer, required — Receiver phone number with country code
  - `text` string, required — New message content
  - `key` object, required
    - `remoteJid` string — Chat contact or group remote JID
    - `fromMe` boolean — If the message was sent by the instance owner or not
    - `id` string — Message ID

## Response `200`

Ok

---

[API](https://skmtc.net/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.net/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
