Skip to content

Commit

Permalink
Merge pull request #35 from JupiterOne/SeaBlooms-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
SeaBlooms authored Oct 29, 2024
2 parents 077b677 + 2dbee0c commit cc67098
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
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')

```
```

0 comments on commit cc67098

Please sign in to comment.