Skip to main content
PATCH
Edit a page's title or content

Authorizations

Authorization
string
header
required

Your API token (af_…) as the Basic-auth username, with an empty password.

Path Parameters

hubId
string
required

24-character hex id of the knowledge hub (from GET /business/knowledge-hubs).

pageId
string
required

24-character hex id of the knowledge page (from GET /business/knowledge-hubs/{hubId}/pages).

Body

application/json

At least one of title or content is required.

title
string

New page title (1-200 characters).

Required string length: 1 - 200
content
string

New Markdown body (1-60,000 characters); a generated page becomes an edited one but is still refreshed when its sources change.

Required string length: 1 - 60000

Response

Success

page
object
required

The fields the update reports. Read the page back with GET /business/knowledge-hubs/{hubId}/pages for its category and createdAt.