Record
put-v3-projects-id-labels-params
No description available.
record put-v3-projects-id-labels-params {
id: string,
name: string,
new-name: option<string>,
color: option<string>,
description: option<string>,
priority: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| new-name | option<string> | |
| color | option<string> | |
| description | option<string> | |
| priority | option<s32> |