Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prod #1775

Merged
merged 3 commits into from
Oct 6, 2023
Merged

prod #1775

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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