1
0
Fork 0
cautious-journey/docs/api/cautious-journey.githubremo...

23 lines
575 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [GithubRemote](./cautious-journey.githubremote.md) &gt; [updateLabel](./cautious-journey.githubremote.updatelabel.md)
## GithubRemote.updateLabel() method
<b>Signature:</b>
```typescript
2020-08-13 01:40:28 +00:00
updateLabel(options: LabelUpdate): Promise<LabelUpdate>;
```
2020-08-13 01:40:28 +00:00
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | LabelUpdate | |
<b>Returns:</b>
Promise&lt;LabelUpdate&gt;