Skip to content

Commit

Permalink
Merge pull request #2731 from newrelic/alerts-fix-collapser-ids
Browse files Browse the repository at this point in the history
These collapser IDs were all the same
  • Loading branch information
rhetoric101 committed Jun 17, 2021
2 parents 732d929 + 8e834fa commit 87025ac
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ These API functions include links to the API Explorer, where you can view inform
</Collapser>

<Collapser
id="incidents"
id="list-incidents"
title="List Incidents"
>
To view [incidents](/docs/alerts/new-relic-alerts-beta/getting-started/alerts-glossary#alert-incident) for any [entity](/docs/alerts/new-relic-alerts-beta/getting-started/alerts-glossary#alert-entity) monitored for your account, include these values in the API call:
Expand All @@ -1300,7 +1300,7 @@ These API functions include links to the API Explorer, where you can view inform
</Collapser>

<Collapser
id="incidents"
id="show-incidents"
title="Show Incident"
>
To show a single [incident](/docs/alerts/new-relic-alerts-beta/getting-started/alerts-glossary#alert-incident) associated with your account, include these values in the API call:
Expand All @@ -1317,7 +1317,7 @@ These API functions include links to the API Explorer, where you can view inform
</Collapser>

<Collapser
id="incidents"
id="acknowledge-incidents"
title="Acknowledge Incident"
>
To acknowledge an [incident](/docs/alerts/new-relic-alerts-beta/getting-started/alerts-glossary#alert-incident) associated with your account, include these values in the API call:
Expand All @@ -1335,7 +1335,7 @@ These API functions include links to the API Explorer, where you can view inform
</Collapser>

<Collapser
id="incidents"
id="close-incidents"
title="Close Incident"
>
To close an [incident](/docs/alerts/new-relic-alerts-beta/getting-started/alerts-glossary#alert-incident) associated with your account, include these values in the API call:
Expand Down

0 comments on commit 87025ac

Please sign in to comment.