File tree Expand file tree Collapse file tree 1 file changed +61
-2
lines changed Expand file tree Collapse file tree 1 file changed +61
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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 " ,
5
5
"schema" : " https://schema.getpostman.com/json/collection/v2.1.0/collection.json" ,
6
6
"_exporter_id" : " 25294324"
7
7
},
106
106
"key" : " ids" ,
107
107
"value" : " 1,2" ,
108
108
"disabled" : true
109
+ },
110
+ {
111
+ "key" : " sort" ,
112
+ "value" : " \" price\" " ,
113
+ "disabled" : true
109
114
}
110
115
]
111
116
}
3159
3164
}
3160
3165
]
3161
3166
},
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
+ },
3162
3221
{
3163
3222
"name" : " Snapshots" ,
3164
3223
"item" : [
You can’t perform that action at this time.
0 commit comments