Commit 81bf7eaa88de49cc214cbe7939f0e381a0fe8fd0

Authored by Dima Landiak
1 parent 339deb1d

fixed typo of save device profile method

... ... @@ -616,7 +616,7 @@ public class DeviceProfileController extends BaseController {
616 616 }
617 617 }
618 618
619   - @ApiOperation(value = "Create Or Update Device Profile (saveDevice)",
  619 + @ApiOperation(value = "Create Or Update Device Profile (saveDeviceProfile)",
620 620 notes = "Create or update the Device Profile. When creating device profile, platform generates device profile id as [time-based UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_1_(date-time_and_MAC_address). " +
621 621 "The newly created device profile id will be present in the response. " +
622 622 "Specify existing device profile id to update the device profile. " +
... ...