Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 a non-existent entity will be created or an existing entity will be updated.

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

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

```
```
Loading