Skip to content

Commit af1e3d6

Browse files
committed
Correct databases API URL
1 parent ce9696b commit af1e3d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#### Request
88

9-
**POST** <code>https://webhook.site/database/<span class="url-param">databaseId</span>/query</code>
9+
**POST** <code>https://webhook.site/databases/<span class="url-param">databaseId</span>/query</code>
1010

1111
* `query`: (string, required) The SQL query to execute.
1212
* `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:
206206

207207
#### Request
208208

209-
**DELETE** <code>https://webhook.site/database/<span class="url-param">databaseId</span></code>
209+
**DELETE** <code>https://webhook.site/databases/<span class="url-param">databaseId</span></code>
210210

211211
#### Response
212212

0 commit comments

Comments
 (0)