---
title: "Post Thread"
method: POST
path: "/writeup/comments"
tags: ["runtime_mutations", "writeup", "writeup"]
---

# Post Thread

`POST /writeup/comments`

## Query parameters

- `path` string, required

## Request body

- QuadrillionHandlersWriteupCommentsCreateThreadRequest
  - `id` string, uuid, required
  - `anchor` CommentAnchor, required
    - `quote` string, required
    - `prefix` string
    - `suffix` string
    - `from_pos` integer, required
    - `to_pos` integer, required
  - `body` string, required
  - `mentions` CommentMention[]
    - `kind` 'agent' | 'user', required
    - `id` string, required
    - `name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-22** `397ad3a1d858` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/writeup/comments/post.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/397ad3a1d858?raw)
