Ejemplo n.º 1
0
 public Task <Response <bool> > UpdateAsync(UpdateIncident incident)
 {
     incident.StatusPageId = client.GetStatusPageId(incident.StatusPageId);
     return(client.PostAsync <Response <bool> >("incident/update", incident));
 }
Ejemplo n.º 2
0
 public Task<Response<bool>> UpdateAsync(UpdateIncident incident)
 {
     incident.StatusPageId = client.GetStatusPageId(incident.StatusPageId);
     return client.PostAsync<Response<bool>>("incident/update", incident);
 }