---
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

## Changes

- **2026-08-08** `b706fc73777f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/tickets/:ticketId/draft-message/put.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/05e5eb4c2da1/schema)
