File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -474,25 +474,21 @@ add_movies_json_1: |-
474474 -H 'Content-Type: application/json' \
475475 --data-binary @movies.json
476476getting_started_add_documents_md : |-
477- ```bash
478477 curl \
479478 -X POST 'MEILISEARCH_URL/indexes/movies/documents?primaryKey=id' \
480479 -H 'Content-Type: application/json' \
481480 -H 'Authorization: Bearer aSampleMasterKey' \
482481 --data-binary @movies.json
483- ```
484482getting_started_check_task_status : |-
485483 curl \
486484 -X GET 'MEILISEARCH_URL/tasks/0' \
487485 -H 'Authorization: Bearer aSampleMasterKey'
488486getting_started_search_md : |-
489- ```bash
490487 curl \
491488 -X POST 'MEILISEARCH_URL/indexes/movies/search' \
492489 -H 'Content-Type: application/json' \
493490 -H 'Authorization: Bearer aSampleMasterKey' \
494491 --data-binary '{ "q": "botman" }'
495- ```
496492getting_started_add_meteorites : |-
497493 curl \
498494 -X POST 'MEILISEARCH_URL/indexes/meteorites/documents' \
You can’t perform that action at this time.
0 commit comments