Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 8, 2025
2 parents cf01fce + 100152e commit e2e5533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Docs/Content/status-pages/public-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This API will fetch all the resources that are on the status page including the
To get overall status of the resources on the status page, you can make a GET request to the following endpoint:

```bash
curl -X GET https://api.oneuptime.com/status-page-api/overview/:statusPageId
curl -X GET https://oneuptime.com/status-page-api/overview/:statusPageId
```

This is the response from the API:
Expand Down Expand Up @@ -155,7 +155,7 @@ This is the response from the API:
This API will fetch all the incidents that are on the status page. To get all the incidents on the status page, you can make a GET request to the following endpoint:

```bash
curl -X GET https://api.oneuptime.com/status-page-api/incidents/:statusPageId
curl -X GET https://oneuptime.com/status-page-api/incidents/:statusPageId
```

This is the response from the API:
Expand All @@ -181,7 +181,7 @@ This is the response from the API:
This API will fetch all the scheduled maintenance that are on the status page. To get all the scheduled maintenance on the status page, you can make a GET request to the following endpoint:

```bash
curl -X GET https://api.oneuptime.com/status-page-api/scheduled-maintenance/:statusPageId
curl -X GET https://oneuptime.com/status-page-api/scheduled-maintenance/:statusPageId
```

This is the response from the API:
Expand All @@ -206,7 +206,7 @@ This is the response from the API:
This API will fetch all the announcements that are on the status page. To get all the announcements on the status page, you can make a GET request to the following endpoint:

```bash
curl -X GET https://api.oneuptime.com/status-page-api/announcements/:statusPageId
curl -X GET https://oneuptime.com/status-page-api/announcements/:statusPageId
```

This is the response from the API:
Expand Down

0 comments on commit e2e5533

Please sign in to comment.