Skip to content

Conversation

alexander-mart
Copy link

Original issue:
terminusdb/terminusdb-docs#213

documents = [{ '@type' : 'Person', 'name' : "Jim" },
            { '@type' : 'Person', 'name' : "Jill" }]
-results = client.insert_document(document)
+results = client.insert_document(documents)

Original issue:
terminusdb/terminusdb-docs#213

```diff
documents = [{ '@type' : 'Person', 'name' : "Jim" },
            { '@type' : 'Person', 'name' : "Jill" }]
-results = client.insert_document(document)
+results = client.insert_document(documents)
```
@alexander-mart
Copy link
Author

@hoijnet can you merge this too?
terminusdb/terminusdb-docs#213

@alexander-mart alexander-mart deleted the patch-2 branch April 25, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants