Skip to content

Commit

Permalink
Update get-usage-metrics.mdx (#566)
Browse files Browse the repository at this point in the history
cURL authorization needed "Bearer" in the header.
  • Loading branch information
ecmulli authored May 15, 2024
1 parent d97a089 commit cbe65c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/viewership/get-usage-metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ openapi: "GET /data/usage/query"
```bash cURL
curl --request GET \
--url https://livepeer.studio/api/data/usage/query \
--header 'Authorization: <api-key>'
--header 'Authorization: Bearer <api-key>'
```

```javascript JavaScript
Expand Down

0 comments on commit cbe65c9

Please sign in to comment.