Skip to main content
PUT
Edit Chunk Content

Authorizations

Authorization
string
header
required

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

Path Parameters

datastore_id
string<uuid>
required

Datastore ID of the datastore containing the chunk

content_id
string<uuid>
required

Content ID of the chunk to edit

Body

application/json

Request body containing the new content text

content
string
required

The new content text for the chunk

Response

Successful Response

The response is of type EmptyResponse · object.