Class AppCenterAddDeinstallInstanceHistoryRequest


public class AppCenterAddDeinstallInstanceHistoryRequest extends JsonrpcRequest
Represents a JSON-RPC Request to add a deinstall app history entry.

NOTE: in order to get this request handled by the backend the request needs to be wrapped in a AppCenterRequest.

This is used by Edge.

 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "addDeinstallInstanceHistory",
   "params": {
     "appId": String,
     "instanceId": UUID,
     "userId": String
   }
 }