Record
update-params
No description available.
record update-params {
owner: string,
repo: string,
issue-number: string,
assignee: option<string>,
assignees: option<list<string>>,
body: option<string>,
labels: option<list<string>>,
milestone: option<string>,
state: option<nullable-milestone-state-enum>,
state-reason: option<update-body-state-reason-enum>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| issue-number | string | |
| assignee | option<string> | |
| assignees | option<list<string>> | |
| body | option<string> | |
| labels | option<list<string>> | |
| milestone | option<string> | |
| state | option<nullable-milestone-state-enum> | |
| state-reason | option<update-body-state-reason-enum> | |
| title | option<string> |