fix: rename to source branch

This commit is contained in:
nkaewam
2025-04-30 15:44:21 +07:00
parent 20f62756c1
commit 7b8cbc0806
2 changed files with 7 additions and 6 deletions

View File

@ -564,7 +564,7 @@ export const GetMergeRequestSchema = ProjectParamsSchema.extend({
.number()
.optional()
.describe("The IID of a merge request"),
branch_name: z.string().optional().describe("Source branch name"),
source_branch: z.string().optional().describe("Source branch name"),
});
export const UpdateMergeRequestSchema = GetMergeRequestSchema.extend({