Wasm Directoryalpha
Record

create-or-update-file-contents-params

No description available.

record create-or-update-file-contents-params {
  owner: string,
  repo: string,
  path: string,
  author: option​<create-or-update-file-contents-body-author>,
  branch: option​<string>,
  committer: option​<create-or-update-file-contents-body-committer>,
  content: string,
  message: string,
  sha: option​<string>,
}

Fields

NameTypeDescription
ownerstring
repostring
pathstring
authoroption​<create-or-update-file-contents-body-author>
branchoption​<string>
committeroption​<create-or-update-file-contents-body-committer>
contentstring
messagestring
shaoption​<string>