Record
post-repositories-workspace-repo-slug-issues-issue-id-changes-params
No description available.
record post-repositories-workspace-repo-slug-issues-issue-id-changes-params {
issue-id: string,
repo-slug: string,
workspace: string,
changes: option<issue-change-changes>,
created-on: option<string>,
issue: option<issue>,
links: option<issue-change-links>,
message: option<issue-change-message>,
name: option<string>,
type-op: string,
user: option<account>,
}Fields
| Name | Type | Description |
|---|---|---|
| issue-id | string | |
| repo-slug | string | |
| workspace | string | |
| changes | option<issue-change-changes> | |
| created-on | option<string> | |
| issue | option<issue> | |
| links | option<issue-change-links> | |
| message | option<issue-change-message> | |
| name | option<string> | |
| type-op | string | |
| user | option<account> |