Skip to content

Commit 3844bb6

Browse files
v1.16: Update Postman collection (#3324)
1 parent c1402b7 commit 3844bb6

File tree

1 file changed

+61
-2
lines changed

1 file changed

+61
-2
lines changed

assets/misc/meilisearch-collection-postman.json

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
3-
"_postman_id": "b321d331-d809-4909-8e49-e29c8d749d32",
4-
"name": "Meilisearch v1.15",
3+
"_postman_id": "f4b62ec3-0403-44ba-b6f4-640badbbd1b2",
4+
"name": "Meilisearch v1.16",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
66
"_exporter_id": "25294324"
77
},
@@ -106,6 +106,11 @@
106106
"key": "ids",
107107
"value": "1,2",
108108
"disabled": true
109+
},
110+
{
111+
"key": "sort",
112+
"value": "\"price\"",
113+
"disabled": true
109114
}
110115
]
111116
}
@@ -3159,6 +3164,60 @@
31593164
}
31603165
]
31613166
},
3167+
{
3168+
"name": "Export",
3169+
"item": [
3170+
{
3171+
"name": "Migrate data to a remote instance",
3172+
"protocolProfileBehavior": {
3173+
"disabledSystemHeaders": {}
3174+
},
3175+
"request": {
3176+
"method": "POST",
3177+
"header": [],
3178+
"body": {
3179+
"mode": "raw",
3180+
"raw": "{\n \"url\": \"TARGET_INSTANCE_URL\",\n \"indexes\": {\n \"*\": {\n \"overrideSettings\": true\n }\n }\n}",
3181+
"options": {
3182+
"raw": {
3183+
"language": "json"
3184+
}
3185+
}
3186+
},
3187+
"url": {
3188+
"raw": "{{url}}/export",
3189+
"host": [
3190+
"{{url}}"
3191+
],
3192+
"path": [
3193+
"export"
3194+
]
3195+
}
3196+
},
3197+
"response": []
3198+
}
3199+
],
3200+
"event": [
3201+
{
3202+
"listen": "prerequest",
3203+
"script": {
3204+
"type": "text/javascript",
3205+
"exec": [
3206+
""
3207+
]
3208+
}
3209+
},
3210+
{
3211+
"listen": "test",
3212+
"script": {
3213+
"type": "text/javascript",
3214+
"exec": [
3215+
""
3216+
]
3217+
}
3218+
}
3219+
]
3220+
},
31623221
{
31633222
"name": "Snapshots",
31643223
"item": [

0 commit comments

Comments
 (0)