diff --git a/app/views/api/index.md b/app/views/api/index.md index 68958a42dd..c8b43998f5 100644 --- a/app/views/api/index.md +++ b/app/views/api/index.md @@ -127,7 +127,7 @@ The attachment is the lowercase form of `email-deliverability-logs-YYYY-MM-DD-h- > Example Request: ```sh -curl -X POST BASE_URI/v1/logs/download \ +curl BASE_URI/v1/logs/download \ -u API_TOKEN: ```