From 86279fd8586d305514809e767125f6301c959078 Mon Sep 17 00:00:00 2001 From: Taylor Bantle Date: Thu, 5 Oct 2023 17:05:05 -0700 Subject: [PATCH 1/2] Fix body description --- content/.gitbook/assets/dolthub-api/sqlWrite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/.gitbook/assets/dolthub-api/sqlWrite.json b/content/.gitbook/assets/dolthub-api/sqlWrite.json index 39dcf1786..0e3be6cd4 100644 --- a/content/.gitbook/assets/dolthub-api/sqlWrite.json +++ b/content/.gitbook/assets/dolthub-api/sqlWrite.json @@ -68,7 +68,6 @@ } ], "requestBody": { - "description": "SQL write query to execute. Can be used in place of the query parameter for larger queries.", "required": false, "content": { "application/json": { @@ -77,6 +76,7 @@ "properties": { "query": { "type": "string", + "description": "SQL write query to execute. Can be used in place of the query parameter for larger queries.", "example": "UPDATE player_season_stat_totals SET player_id=714287 WHERE player_id=15404617" } } From 1a8c740e7f3b1c51837ecafa2962657f0e93c78f Mon Sep 17 00:00:00 2001 From: Taylor Bantle Date: Thu, 5 Oct 2023 17:08:23 -0700 Subject: [PATCH 2/2] Commit descriptions --- content/.gitbook/assets/dolthub-api/sqlWrite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/.gitbook/assets/dolthub-api/sqlWrite.json b/content/.gitbook/assets/dolthub-api/sqlWrite.json index 0e3be6cd4..883002375 100644 --- a/content/.gitbook/assets/dolthub-api/sqlWrite.json +++ b/content/.gitbook/assets/dolthub-api/sqlWrite.json @@ -273,12 +273,12 @@ }, "from_commit_id": { "type": "string", - "description": "From commit before the write", + "description": "From commit before the write or merge commit after a merge.", "example": "518ue176ec13qf563e87uoerkqqepood" }, "to_commit_id": { "type": "string", - "description": "To commit containing the write", + "description": "To commit containing the write. Empty after a successful merge.", "example": "5sp7i0bov6itma2u04dpk15ui24lrigp" } }