---
title: "Update Wiki page"
method: PATCH
path: "/wiki/page"
tags: ["wiki"]
---

# Update Wiki page

`PATCH /wiki/page`

Updates an existing Wiki page's content. Requires DAG write permission.

## Query parameters

- `remoteNode` string
- `workspace` string
- `path` string, required — Relative Wiki page path without extension, for example runbooks/deploy-guide. Must not start with / or contain ..

## Request body

- UpdateWikiPageRequest — Request to update Wiki page content
  - `content` string, required — Full file content including optional YAML frontmatter

## Response `200`

Wiki page updated

- object
  - `message` string

## Other responses

- `404` — Wiki page not found
- `default` — Unexpected error

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
