Record
put-repositories-workspace-repo-slug-issues-issue-id-comments-comment-id-params
No description available.
record put-repositories-workspace-repo-slug-issues-issue-id-comments-comment-id-params {
comment-id: string,
issue-id: string,
repo-slug: string,
workspace: string,
type-op: string,
content: option<issue-comment-content>,
created-on: option<string>,
deleted: option<bool>,
id: option<s32>,
inline: option<issue-comment-inline>,
links: option<issue-comment-links>,
parent: option<comment>,
updated-on: option<string>,
user: option<account>,
issue: option<issue>,
}Fields
| Name | Type | Description |
|---|---|---|
| comment-id | string | |
| issue-id | string | |
| repo-slug | string | |
| workspace | string | |
| type-op | string | |
| content | option<issue-comment-content> | |
| created-on | option<string> | |
| deleted | option<bool> | |
| id | option<s32> | |
| inline | option<issue-comment-inline> | |
| links | option<issue-comment-links> | |
| parent | option<comment> | |
| updated-on | option<string> | |
| user | option<account> | |
| issue | option<issue> |