We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205a388 commit 8202d6eCopy full SHA for 8202d6e
1 file changed
.code-samples.meilisearch.yaml
@@ -815,4 +815,5 @@ webhooks_patch_1: |-
815
webhooks_delete_1: |-
816
client.delete_webhook('WEBHOOK_UID')
817
rename_an_index_1: |-
818
- client.index("INDEX_A").update(new_uid="INDEX_B")
+ client.index("INDEX_A").update(new_uid="INDEX_B")
819
+
0 commit comments