Class AppCenterAddRegisterKeyHistoryRequest


public class AppCenterAddRegisterKeyHistoryRequest extends JsonrpcRequest
Represents a JSON-RPC Request to register a key for an app and edge.

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

This is used by UI.

 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "method": "addRegisterKeyHistory",
   "params": {
     "key": String,
     "appId": String
   }
 }