curl --request POST \
--url https://app.aptlystar.ai/api/v1/admin/rag-settings \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"defaultChunkSize": 123,
"defaultChunkOverlap": 123
}'
{
"message": "<string>"
}
curl --request POST \
--url https://app.aptlystar.ai/api/v1/admin/rag-settings \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"defaultChunkSize": 123,
"defaultChunkOverlap": 123
}'
{
"message": "<string>"
}
Default Response
The response is of type object
.