opendcim / openDCIM

An open source (GPL v3) Data Center Inventory Management (DCIM) application.
http://opendcim.org
305 stars 204 forks source link

adding a new postRoute to allow updating port labels via the api #1533

Closed CodesMahoney closed 4 months ago

CodesMahoney commented 4 months ago

added api/device/{deviceid}/updateportlabels to postRoutes.php and updated the swagger.yml file to reflect the changes. This is used by our organization to bypass using the gui on large installs and may prove useful to others.