---
title: "POST /chat.update"
method: POST
path: "/chat.update"
tags: ["chat"]
---

# POST /chat.update

`POST /chat.update`

Updates a message.

## Headers

- `token` string, required

## Response `200`

Typical success response

- object — Schema for successful response of chat.update method
  - `channel` string, required
  - `message` object, required
    - `attachments` object[]
    - `blocks` object
    - `text` string, required
  - `ok` true, required
  - `text` string, required
  - `ts` string, required

## Other responses

- `default` — Typical error response

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/versions/7b951462b44f/schema)
