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