post http://127.0.0.1:5001/api/v1/config
Get and set btfs config values
Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The key of the config entry (e.g. "Addresses.API") | string | Y |
arg | The value to set the config entry to. | string | N |
bool | Set a boolean value. | boolean | N |
json | Parse a stringified JSON | boolean | N |