Skip to content

Commit

Permalink
fix: fixed typo with API endpoint example
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 2, 2023
1 parent afccb83 commit 57c0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```

Expand Down

0 comments on commit 57c0f0e

Please sign in to comment.