Ejemplo n.º 1
0
 /// <summary>
 /// Revoke your approval of a commit. You can remove approvals on behalf of the authenticated account.
 /// </summary>
 /// <param name="revision">The commit's SHA1.</param>
 /// <returns></returns>
 public async Task <object> DeleteCommitApproval(string revision)
 {
     return(await _repositoriesEndPoint.DeleteCommitApproval(_accountName, _repository, revision));
 }