---
title: "Create a new version of a wiki page"
method: POST
path: "/wikis/{wiki_id}/versions/"
tags: ["Wikis"]
---

# Create a new version of a wiki page

`POST /wikis/{wiki_id}/versions/`

Create a new version of a wiki page by submitting updated content.

This will store the updated content as a new version, incrementing the version number.

### Permissions
- Only contributors with write access can create new wiki versions.
- Withdrawn registrations: Cannot create new wiki versions.

## Path parameters

- `wiki_id` string, required

## Response `201`

Wiki version created successfully.

## Other responses

- `400` — Invalid request payload.
- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to update this wiki page.
- `404` — Wiki page not found.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
