Skip to content

Commit

Permalink
Update nerdgraph-api-nrql-condition-alerts.mdx
Browse files Browse the repository at this point in the history
Addressed editorial review comments
  • Loading branch information
mlakshmiharita committed Jan 10, 2025
1 parent d868693 commit eee7eee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ mutation {

Here's an example of creating a static condition:

```
```graphql
mutation {
alertsNrqlConditionStaticCreate(
accountId: YOUR_ACCOUNT_ID
Expand Down Expand Up @@ -140,7 +140,7 @@ Here's an example of creating a static condition:
name
}
}
```
```

## Update a condition [#update-condition]

Expand Down

0 comments on commit eee7eee

Please sign in to comment.