Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBlooms authored Oct 29, 2024
1 parent 077b677 commit bb85c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ cursor_query_r = j1._cursor_query(QUERY)

##### Create an entity:

Note that the CreateEntity mutation behaves like an upsert, so an non-existant entity will be created or an existing entity will be updated.
Note that the CreateEntity mutation behaves like an upsert, so an non-existent entity will be created or an existing entity will be updated.

```python
properties = {
@@ -398,4 +398,4 @@ j1.update_alert_rule(rule_id='<id-of-alert-rule',

j1.evaluate_alert_rule(rule_id='<id-of-alert-rule')

```
```

0 comments on commit bb85c30

Please sign in to comment.