From 59594c21e3bdd7543e88569142895b67b53070a2 Mon Sep 17 00:00:00 2001 From: Mike Stipicevic Date: Wed, 22 Apr 2026 23:05:03 +0200 Subject: [PATCH] Rename from_branch_name and to_branch_name fields This reflects what the current API returns. --- .../dolt/content/.gitbook/assets/dolthub-api/getpull.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dolt/content/.gitbook/assets/dolthub-api/getpull.json b/packages/dolt/content/.gitbook/assets/dolthub-api/getpull.json index 6a2abee93..b40e8f1f1 100644 --- a/packages/dolt/content/.gitbook/assets/dolthub-api/getpull.json +++ b/packages/dolt/content/.gitbook/assets/dolthub-api/getpull.json @@ -101,7 +101,7 @@ "description": "Database name of source branch.", "example":"museum-collections" }, - "from_branch_name":{ + "from_branch":{ "type": "string", "description": "Name of the source branch.", "example":"feature" @@ -116,7 +116,7 @@ "description": "Database name of destination branch.", "example":"museum-collections" }, - "to_branch_name":{ + "to_branch":{ "type": "string", "description": "Name of the destination branch.", "example":"main"