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
| Name | Type | Description |
|---|---|---|
| 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> |