---
title: "Creates a Wiki Page"
method: POST
path: "/wiki_pages"
tags: ["Wiki Page"]
---

# Creates a Wiki Page

`POST /wiki_pages`

Required permission: Documentation - Create

## Request body

- object
  - `name` string
  - `slug` string
  - `body` string
  - `customer_id` integer
  - `asset_id` integer
  - `visibility` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
