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 87da7c2 commit daf6e60Copy full SHA for daf6e60
.code-samples.meilisearch.yaml
@@ -742,3 +742,7 @@ update_localized_attribute_settings_1: |-
742
])
743
reset_localized_attribute_settings_1: |-
744
client.index('INDEX_NAME').reset_localized_attributes()
745
+get_all_batches_1: |-
746
+ client.get_batches()
747
+get_batch_1: |-
748
+ client.get_batch(BATCH_UID)
0 commit comments