Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

ID of the app

user_id
string
required

ID of the user

collection_id
string
required

ID of the collection

document_id
string
required

ID of the document to update

Body

application/json

Updated document parameters

metadata
Metadata · object | null
content
string | null
Required string length: 1 - 100000

Response

Successful Response

id
string
required
content
string
required
created_at
string<date-time>
required
collection_id
string
required
app_id
string
required
user_id
string
required
metadata
Metadata · object