Eg. when changing the name
http://127.0.0.1:8180/api/bot/use/0/(/bot/name/"rename%20bot")
save?
You mean, like save in the config file?
Yes.
use /bot/use/0/(/settings/set/connect.name/"rename%20bot"
!bot use 0 (!settings set connect.name "NewName"
receives
Error: Failed to set the value (Could not read value: Error parsing NaN value. Path '', line 1, position 1.).
See here: #305 on how to do it in the chat until it's fixed
BTW - In api the same problem:
{"ErrorCode":10,"ErrorName":"CommandError","ErrorMessage":"Failed to set the value (Could not read value: Unexpected character encountered while parsing value: r. Path '', line 0, position 0.)."}
But what you send is what works (#305)
Hmm try escaping the qotation marks
The settings should now be fixed.