API Endpoints
Update RAG Configuration
Update the configuration for an existing RAG setup by providing the config ID and updated values.
PUT
Endpoint
PUT /v3/rag/{config_id}/
Authentication
API Key (x-api-key
) must be included in the header.
Path Parameters
Name | Type | Description |
---|---|---|
config_id | string | The ID of the RAG configuration to update. |
Request Body
A JSON object containing the updated RAG configuration values.
JSON Schema
Response
Example cURL Request
Authorizations
Path Parameters
Unique identifier for the RAG configuration to update.
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.