We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9696b commit af1e3d6Copy full SHA for af1e3d6
docs/api/databases.md
@@ -6,7 +6,7 @@
6
7
#### Request
8
9
-**POST** <code>https://webhook.site/database/<span class="url-param">databaseId</span>/query</code>
+**POST** <code>https://webhook.site/databases/<span class="url-param">databaseId</span>/query</code>
10
11
* `query`: (string, required) The SQL query to execute.
12
* `params`: (array|object) A list or dictionary of parameters. Can be left out if query has no parameters.
@@ -206,7 +206,7 @@ Or, for an error:
206
207
208
209
-**DELETE** <code>https://webhook.site/database/<span class="url-param">databaseId</span></code>
+**DELETE** <code>https://webhook.site/databases/<span class="url-param">databaseId</span></code>
210
211
#### Response
212
0 commit comments