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 #1534

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. also updated gitignore to ignore /.vs files for anyone that uses visual studio to edit the application and not accidentally check in IDE settings files.