Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix (docs) - Update auth.mdx `monitors` to `monitor` (#823)

Thanks 🙏

authored by

Syed M Mokaarim Bin Razi and committed by
GitHub
63d70221 2d9420c5

+1 -1
+1 -1
apps/docs/api-reference/auth.mdx
··· 9 9 token to the header. 10 10 11 11 ```ts 12 - const monitors = await fetch(`https://api.openstatus.dev/v1/monitors`, { 12 + const monitors = await fetch(`https://api.openstatus.dev/v1/monitor`, { 13 13 method: "GET", 14 14 headers: new Headers({ 15 15 "x-openstatus-key": "os_xxxxxxxxx",