return 204 for most POSTs if nothing changed, plus a Location header in more instances
order GET /build/*/rack, GET /room/*/rack results by rack name
sort device disks by slot number in GET /device/:id_or_serial
use GET /hardware_product/ in place of sku=.. etc
include names in addition to ids in some GET responses (shortening some client code by removing the need to do a name->id lookup)
do not list all users in GET /organization, only admins (avoid leaking privileged information)
add ?with_device_phases and ?with_rack_phases to GET /build, GET /build/:id_or_name endpoints (allows more avoidance of database-intensive queries on overview pages)
add X-Deprecated response header for endpoints to be removed soon (and send rollbar messages when such endpoints are used)
New endpoints:
GET /build/:id_or_name/device/pxe
GET, POST, DELETE /rack/:rack_id_or_long_name/layout/:layout_id_or_rack_unit_start
GET, POST, DELETE /room/:room_id_or_alias/rack/:rack_id_or_name/layout/:layout_id_or_rack_unit_start
Internal fixes:
Enhancements to existing endpoints:
New endpoints: