Skip to main content
PUT
Put wiki page

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

wiki_slug
string
required

Wiki slug.

page_slug
string
required

Page slug, including any nested path segments.

Required string length: 1 - 500
Pattern: ^(?:[a-z0-9]|[a-z0-9][a-z0-9_/-]*[a-z0-9_-])$

Body

application/json
title
string
required

Page title to publish.

Required string length: 1 - 200
body
string
required

Page body to publish.

Required string length: 1 - 100000
idempotency_key
string
required

Key that makes repeated edits return the same revision.

Required string length: 1 - 200
base_revision_id
string | null

Revision being replaced, or null when creating a new page.

Pattern: ^wrv_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
note
string | null

Note explaining the edit.

Required string length: 1 - 500

Response

Successful Response

page
WikiPageSummaryPublic · object
required

Wiki page after the edit.

revision
WikiRevisionPublic · object
required

Revision created by the edit.