1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.upd...

25 lines
570 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; [Remote](./cautious-journey.remote.md) &gt; [updateLabel](./cautious-journey.remote.updatelabel.md)
## Remote.updateLabel() method
Update a label.
<b>Signature:</b>
```typescript
updateLabel(options: LabelUpdate): Promise<LabelUpdate>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | LabelUpdate | |
<b>Returns:</b>
Promise&lt;LabelUpdate&gt;