var begin success := CkHttp_QuickGetSb(http,'http://localhost:7700/indexes/indexUID/settings',sbResponseBody);
curl -X GET -H "X-Meili-Api-Key: masterKey" http://localhost:7700/indexes/indexUID/settings
{
"name": "Get all settings",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "{{url}}/indexes/{{indexUID}}/settings",
"host": [
"{{url}}"
],
"path": [
"indexes",
"{{indexUID}}",
"settings"
]
}
},
"response": [
]
}