Skip to content

Commit 3bf7791

Browse files
bors[bot]curquiza
andauthored
Merge #1770
1770: Add missing limit and from parameter to postman v0.28 r=guimachiavelli a=curquiza Co-authored-by: Clémentine Urquizar <[email protected]>
2 parents e1ec26f + 68a1132 commit 3bf7791

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vuepress/public/postman/meilisearch-collection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,16 @@
382382
"key": "indexUid",
383383
"value": "books",
384384
"disabled": true
385+
},
386+
{
387+
"key": "limit",
388+
"value": "2",
389+
"disabled": true
390+
},
391+
{
392+
"key": "from",
393+
"value": "10",
394+
"disabled": true
385395
}
386396
]
387397
}

0 commit comments

Comments
 (0)