POST
/
api
/
v1
/
admin
/
rag-settings
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>"
}

Headers

Authorization
string
required

Body

*/*

Response

200 - */*

Default Response

The response is of type object.