Skip to main content
PUT
Update a knowledge document

Authorizations

x-token
string
header
required

Path Parameters

id
string
required

The knowledge document ID.

Body

application/json
name
string

New document title.

html
string

Replacement HTML content for the document body. Mutually exclusive with markdown.

markdown
string

Replacement Markdown content for the document body. Mutually exclusive with html.

accessType
enum<string>

New access level.

Available options:
public,
private

Response

Document updated.

_id
string