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