Wasm Directoryalpha
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

NameTypeDescription
comment-idstring
commitstring
repo-slugstring
workspacestring
type-opstring
contentoption​<commit-comment-content>
created-onoption​<string>
deletedoption​<bool>
idoption​<s32>
inlineoption​<commit-comment-inline>
linksoption​<commit-comment-links>
parentoption​<comment>
updated-onoption​<string>
useroption​<account>
commit-v2option​<commit>