Skip to content

Commit

Permalink
Merge pull request #1774 from dolthub/taylor/fix-7
Browse files Browse the repository at this point in the history
Sql write fixes
  • Loading branch information
tbantle22 authored Oct 6, 2023
2 parents 5e726a9 + 1a8c740 commit 397e38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/.gitbook/assets/dolthub-api/sqlWrite.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
Expand Down Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 397e38e

Please sign in to comment.