We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389f7ac commit cddff26Copy full SHA for cddff26
1 file changed
snippets/generated-code-samples/code_samples_get_task_documents_1.mdx
@@ -4,4 +4,8 @@
4
curl \
5
-X GET 'MEILISEARCH_URL/tasks/1/documents'
6
```
7
+
8
+```javascript JS
9
+client.tasks.getTaskDocuments(1)
10
+```
11
</CodeGroup>
0 commit comments