send scrollId as body for clearScroll method

This commit is contained in:
spalger
2016-11-21 15:07:02 -07:00
parent 02978bb6e0
commit 97706ce5fd

View File

@ -2,7 +2,8 @@ module.exports = [
{
version: '*',
paramAsBody: {
scroll: 'scrollId'
scroll: 'scrollId',
clearScroll: 'scrollId'
}
},
{