Configuration
Sets and returns user configuration
For keys present in the payload, it will set or remove the user config values (if the key is null). Changes are persisted to the config file.
post/config/user
Request body
Example request
{
"data": {
"data": {
"access-policy": {
"list": "mysterium"
},
"openvpn": {
"port": 5522
}
}
}
}Response
User configuration
Example response
{
"data": {
"data": {
"access-policy": {
"list": "mysterium"
},
"openvpn": {
"port": 5522
}
}
}
}Changes
No recorded changes to this endpoint across all 52 revisions of this API.