Skip to main content
PATCH
Rename a wiki page and/or write a new revision

Authorizations

Authorization
string
header
required

An aik_… programmatic API key (app.atako.ai → Settings → API keys) or a Supabase session JWT.

Path Parameters

projectId
string<uuid>
required

Project id

pageId
string<uuid>
required

Wiki page id

Body

application/json
title
string
Required string length: 1 - 200
content
string
Maximum string length: 200000
message
string
Maximum string length: 500

Response

page
object
required

An open page: its current text, a page of its history (newest first) and its sub-pages as table-of-contents entries. Every wiki write returns this same shape, so an editor never has to re-read the page it just saved.