File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ add_or_update_documents_1: |-
6868delete_all_documents_1 : |-
6969 curl \
7070 -X DELETE 'MEILISEARCH_URL/indexes/movies/documents'
71- # delete_indexes_indexUid_documents_id
71+ # delete_indexes_indexUid_documentId
7272delete_one_document_1 : |-
7373 curl \
7474 -X DELETE 'MEILISEARCH_URL/indexes/movies/documents/25684'
@@ -685,7 +685,7 @@ create_snapshot_1: |-
685685get_all_batches_1 : |-
686686 curl \
687687 -X GET 'http://MEILISEARCH_URL/batches'
688- # get_batches_id
688+ # get_batches_batchUid
689689get_batch_1 : |-
690690 curl \
691691 -X GET 'http://MEILISEARCH_URL/batches/BATCH_UID'
@@ -720,7 +720,7 @@ export_post_1: |-
720720webhooks_get_1 : |-
721721 curl \
722722 -X GET 'MEILISEARCH_URL/webhooks'
723- # get_webhooks_uid
723+ # get_webhooks_uuid
724724webhooks_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
740740webhooks_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
750750webhooks_delete_1 : |-
751751 curl \
752752 -X DELETE 'MEILISEARCH_URL/webhooks/WEBHOOK_UUID'
You can’t perform that action at this time.
0 commit comments