Record
update-params
No description available.
record update-params {
owner: string,
repo: string,
pull-number: string,
base: option<string>,
body: option<string>,
maintainer-can-modify: option<bool>,
state: option<nullable-milestone-state-enum>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| pull-number | string | |
| base | option<string> | |
| body | option<string> | |
| maintainer-can-modify | option<bool> | |
| state | option<nullable-milestone-state-enum> | |
| title | option<string> |