Skip to content

Commit 5a9f19c

Browse files
simplify _md code samples
1 parent d915e6f commit 5a9f19c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.code-samples.meilisearch.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,25 +474,21 @@ add_movies_json_1: |-
474474
-H 'Content-Type: application/json' \
475475
--data-binary @movies.json
476476
getting_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-
```
484482
getting_started_check_task_status: |-
485483
curl \
486484
-X GET 'MEILISEARCH_URL/tasks/0' \
487485
-H 'Authorization: Bearer aSampleMasterKey'
488486
getting_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-
```
496492
getting_started_add_meteorites: |-
497493
curl \
498494
-X POST 'MEILISEARCH_URL/indexes/meteorites/documents' \

0 commit comments

Comments
 (0)