Open riversdev0 opened 7 hours ago
In addition to the above, the following payload:
{"hostname": "switch M3TS 1"}
produces the following error:
{"code":400,"success":false,"message":"No parameters","time":0.003}
Adding description
to the payload made it work. The following was successful:
{"hostname": "switch PAH9 1","description": "patu"}
Describe the bug Submitting an empty POST to the Devices Controller creates a blank Device. Yet, in the GUI, the
hostname
field is mandatory.phpIPAM version Versions of phpIPAM known to contain the issue.
develop
development branch.Your Environment (please supply the following information): n/a
Steps To Reproduce
Screenshots and error logs none
Additional Info none