Skip to content

Commit d12ac71

Browse files
authored
Fix ids of code-samples
1 parent d44fa7f commit d12ac71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.code-samples.meilisearch.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ add_or_update_documents_1: |-
6868
delete_all_documents_1: |-
6969
curl \
7070
-X DELETE 'MEILISEARCH_URL/indexes/movies/documents'
71-
# delete_indexes_indexUid_documents_id
71+
# delete_indexes_indexUid_documentId
7272
delete_one_document_1: |-
7373
curl \
7474
-X DELETE 'MEILISEARCH_URL/indexes/movies/documents/25684'
@@ -685,7 +685,7 @@ create_snapshot_1: |-
685685
get_all_batches_1: |-
686686
curl \
687687
-X GET 'http://MEILISEARCH_URL/batches'
688-
# get_batches_id
688+
# get_batches_batchUid
689689
get_batch_1: |-
690690
curl \
691691
-X GET 'http://MEILISEARCH_URL/batches/BATCH_UID'
@@ -720,7 +720,7 @@ export_post_1: |-
720720
webhooks_get_1: |-
721721
curl \
722722
-X GET 'MEILISEARCH_URL/webhooks'
723-
# get_webhooks_uid
723+
# get_webhooks_uuid
724724
webhooks_get_single_1: |-
725725
curl \
726726
-X GET 'MEILISEARCH_URL/webhooks/WEBHOOK_UUID'
@@ -736,7 +736,7 @@ webhooks_post_1: |-
736736
"referer": "https://example.com"
737737
}
738738
}'
739-
# patch_webhooks_uid
739+
# patch_webhooks_uuid
740740
webhooks_patch_1: |-
741741
curl \
742742
-X PATCH 'MEILISEARCH_URL/webhooks/WEBHOOK_UUID' \
@@ -746,7 +746,7 @@ webhooks_patch_1: |-
746746
"referer": null
747747
}
748748
}'
749-
# delete_webhooks_uid
749+
# delete_webhooks_uuid
750750
webhooks_delete_1: |-
751751
curl \
752752
-X DELETE 'MEILISEARCH_URL/webhooks/WEBHOOK_UUID'

0 commit comments

Comments
 (0)