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) > [GitlabRemote](./cautious-journey.gitlabremote.md) > [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<LabelUpdate>
|
|
|