Hi all,

anyone knows if
```
curl -X POST -H 'Content-type:application/octet-stream" \
--data-binary @solrconfig.xml "http://solrnode:8983/solr/admin/configs?action=UPLOAD&name=myindex&filePath=solrconfig.xml&overwrite=true";
```
is supposed to work in 8.11?

I am getting a 500 from `org.noggit.JSONParser$ParseException: JSON Parse Error` which is sort of understandable as none of that is JSON... but what does JSON parser have to do with anything?

TIA,
Dima

Reply via email to