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

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; [GitlabRemote](./cautious-journey.gitlabremote.md) &gt; [createLabel](./cautious-journey.gitlabremote.createlabel.md)
## GitlabRemote.createLabel() method
<b>Signature:</b>
```typescript
createLabel(options: LabelUpdate): Promise<LabelUpdate>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | LabelUpdate | |
<b>Returns:</b>
Promise&lt;LabelUpdate&gt;