I created a plugin using Sensor monitor sample. After editing some property of a sensor, and if I try to save, sometimes it is not saving. I got one exception like follows in log
InnerException:RestApiMIPException:PUT Unexpected statuscode BadRequest in 'http://desktop-mid9fo7/API/rest/v1/mipItems/6fea9082-f7ac-4075-a0e6-ec944ce6b1e0’ - The MIP item could not be saved. at VideoOS.Platform.Proxy.RestApi.RestApiClient.PutRequest(String url, String body)
at VideoOS.Platform.Proxy.RestApi.RestApiClient.Put(String resourceType, String id, String json)
at VideoOS.Platform.Proxy.RestApi.RestApiClientDecorator.CallWithRetry[TResult](Func`2 call)
at VideoOS.Platform.Proxy.RestApi.RestApiClientDecorator.SetItem(ConfigurationItem item)
at VideoOS.Platform.Proxy.ConfigApi.ConfigurationApiItemWrapper.Save()