23 lines
575 B
Markdown
23 lines
575 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [updateIssue](./cautious-journey.githubremote.updateissue.md)
|
|
|
|
## GithubRemote.updateIssue() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
updateIssue(options: IssueUpdate): Promise<IssueUpdate>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | IssueUpdate | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<IssueUpdate>
|
|
|