Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ get_all_tasks_1: |-
get_task_1: |-
curl \
-X GET 'MEILISEARCH_URL/tasks/1'
# get_task_taskId_documents
get_task_documents_1: |-
Comment thread
curquiza marked this conversation as resolved.
curl \
-X GET 'MEILISEARCH_URL/tasks/1/documents'
get_all_tasks_paginating_1: |-
curl \
-X GET 'MEILISEARCH_URL/tasks?limit=2&from=10
Expand Down Expand Up @@ -597,7 +601,6 @@ reset_chat_settings_1: |-
curl \
-X DELETE 'MEILISEARCH_URL/indexes/INDEX_NAME/settings/chat'
### END settings + subroutes

# post_dumps
post_dump_1: |-
curl \
Expand Down Expand Up @@ -846,7 +849,6 @@ get_version_1: |-
curl \
-X GET 'MEILISEARCH_URL/version'
## END /reference/api

distinct_attribute_guide_1: |-
curl \
-X PUT 'MEILISEARCH_URL/indexes/jackets/settings/distinct-attribute' \
Expand Down