Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/GitHubClients/mod.ts>IssueClient#updateIssue

Various HTTP clients for miscellaneous use.
Go to Latest
method IssueClient.prototype.updateIssue
import { IssueClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/mod.ts";

Updates an issue with the given issueNumber and issueData, in a repository with a name that matches the given IssueClient.repoName.

Parameters

issueNumber: number

The issue number.

issueData: IssueOrPRRequestData

The data to update the issue with.

Returns

Promise<void>