---
title: "Update Document"
method: PATCH
path: "/spaces/{spaceId}/channels/{channelId}/documents/"
tags: ["Documents"]
---

# Update Document

`PATCH /spaces/{spaceId}/channels/{channelId}/documents/`

## Request body

- DocumentPatch
  - `content` string, nullable

## Response `200`

- Document
  - `channelId` string, uuid, required
  - `content` string, required
  - `id` string, uuid, required

---

[API](https://skmtc.net/mikotoio/apis/mikoto-superego.md) · [All operations](https://skmtc.net/mikotoio/apis/mikoto-superego/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mikotoio/mikoto-superego/revisions/2884da9c4ee0/schema)
