Skip to content

Commit 92a8b45

Browse files
Update code samples [skip ci]
1 parent 0e289cf commit 92a8b45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<CodeGroup>
2+
3+
```bash cURL
4+
curl \
5+
-X PATCH 'MEILISEARCH_URL/indexes/INDEX_A' \
6+
-H 'Content-Type: application/json' \
7+
--data-binary '{ "uid": "INDEX_B" }'
8+
```
9+
</CodeGroup>

0 commit comments

Comments
 (0)