Wasm Directoryalpha
Record

put-v3-projects-id-repository-files-params

No description available.

record put-v3-projects-id-repository-files-params {
  id: string,
  file-path: string,
  branch-name: string,
  commit-message: string,
  author-email: option​<string>,
  author-name: option​<string>,
  content: string,
  encoding: option​<post-v3-projects-id-repository-files-body-encoding-enum>,
}

Fields

NameTypeDescription
idstring
file-pathstring
branch-namestring
commit-messagestring
author-emailoption​<string>
author-nameoption​<string>
contentstring
encodingoption​<post-v3-projects-id-repository-files-body-encoding-enum>