Class UpdateDevice


  • @RestController
    @RequestMapping("/device")
    public class UpdateDevice
    extends Object
    • Constructor Detail

      • UpdateDevice

        public UpdateDevice()
    • Method Detail

      • post

        @ResponseStatus(OK)
        @RequestMapping(method=POST)
        public void post​(Device device)
                  throws Exception
        Throws:
        Exception