You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/typedef.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ the PUT document interface query parameters
47
47
| Name | Type | Description |
48
48
| --- | --- | --- |
49
49
|[raw_json]| <code>boolean</code> | default is false, If true, the input documents are treated as raw JSON, inserted as type sys:JSONDocument and are not subject to schema restrictions. |
50
+
|[create]| <code>boolean</code> | If true, the function will create a new document if it doesn't exist. |
50
51
|[graph_type]| <code>GraphType</code> | default is instance, instance|schema Used to switch between getting documents from the instance or the schema graph. |
51
52
52
53
@@ -60,7 +61,7 @@ the DELETE document interface query parameters
60
61
| --- | --- | --- |
61
62
|[graph_type]| <code>GraphType</code> | default is instance, instance|schema Used to switch between getting documents from the instance or the schema graph. |
62
63
| id | <code>string</code> \| <code>array</code> | a single id or a list of ids to delete. |
63
-
|[nuke]| <code>booleam</code> | default is false, If true, delete everything at this resource location (dangerous!). |
64
+
|[nuke]| <code>boolean</code> | default is false, If true, delete everything at this resource location (dangerous!). |
0 commit comments