Actions
Bug #19502
closedMissing 'settings' layer in the allowed_networks API doc
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
The documentation describe the response as:
{ "result": "success", "action": "getAllowedNetworks", "data": { "allowed_networks": [ "162.168.1.0/24", "162.168.2.0/24" ] } }
When it is:
{ "result": "success", "id": "root", "action": "getAllowedNetworks", "data": { "settings": { "allowed_networks": [ "162.168.1.0/24", "162.168.2.0/24" ] } } }
Actions