Skip to content

Commit

Permalink
Query Status endpoint is GET, not POST (in the example too) (#4769)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Sep 8, 2023
1 parent 214ea42 commit 8f00fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lake/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ GET /query/status/{request_id}
**Example Request**

```
curl -X POST \
curl -X GET \
-H 'Accept: application/json' \
http://localhost:9867/query/status/2U1oso7btnCXfDenqFOSExOBEIv
```
Expand Down

0 comments on commit 8f00fa6

Please sign in to comment.