We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fac4b5 commit 62de66dCopy full SHA for 62de66d
1 file changed
jupiterone/client.py
@@ -26,6 +26,7 @@
26
DELETE_ENTITY,
27
UPDATE_ENTITY,
28
CREATE_RELATIONSHIP,
29
+ UPDATE_RELATIONSHIP,
30
DELETE_RELATIONSHIP,
31
CURSOR_QUERY_V1,
32
CREATE_INSTANCE,
@@ -37,7 +38,7 @@
37
38
EVALUATE_SMARTCLASS,
39
GET_SMARTCLASS_DETAILS,
40
LIST_RULE_INSTANCES,
- J1QL_FROM_NATURAL_LANGUAGE, UPDATE_RELATIONSHIP
41
+ J1QL_FROM_NATURAL_LANGUAGE
42
)
43
44
0 commit comments