Wasm Directoryalpha
Record

post-v3-projects-id-merge-requests-params

No description available.

record post-v3-projects-id-merge-requests-params {
  id: string,
  title: string,
  source-branch: string,
  target-branch: string,
  target-project-id: option​<s32>,
  description: option​<string>,
  assignee-id: option​<s32>,
  milestone-id: option​<s32>,
  labels: option​<string>,
  remove-source-branch: option​<bool>,
}

Fields

NameTypeDescription
idstring
titlestring
source-branchstring
target-branchstring
target-project-idoption​<s32>
descriptionoption​<string>
assignee-idoption​<s32>
milestone-idoption​<s32>
labelsoption​<string>
remove-source-branchoption​<bool>