Record
update-label-params
No description available.
record update-label-params {
owner: string,
repo: string,
name: string,
color: option<string>,
description: option<string>,
new-name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| name | string | |
| color | option<string> | |
| description | option<string> | |
| new-name | option<string> |