Skip to main content
POST
TypeScript SDK

Authorizations

Oai-Api-Key
string
header
required

Path Parameters

id
string
required
Example:

"document_123"

Body

application/json

Content to append

spaceId
string
required

The ID of the space containing the document

Example:

"space_123"

content
string
required

Content to append to the document (max 10MB)

Required string length: 1 - 10000000
Example:

"\n- New item added"

separator
string

Separator between existing and new content (default: '\n\n')

Example:

"\n\n"

Response

Content appended successfully

document
object
required