---
title: "Set the composer draft message"
method: PUT
path: "/tickets/{ticketId}/draft-message"
tags: ["Ticket"]
---

# Set the composer draft message

`PUT /tickets/{ticketId}/draft-message`

Stage a drafted reply in the ticket's dashboard composer. `content` is either a Markdown string
(converted server-side to the composer's rich-text format) or a TipTap doc. The draft appears
instantly in the composer of everyone viewing the ticket; nothing is sent to the customer. It
replaces any previous draft and is cleared automatically when a reply is sent or the draft is
dismissed in the composer.

## Path parameters

- `ticketId` string, required

## Headers

- `project` string, required

## Request body

- object
  - `content` unknown, required

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/98174db0934c/schema)
