Skip to content

Commit d10299d

Browse files
aiskleeyeh
authored andcommitted
doc: update AV.Push.send API doc (#467)
1 parent 8261808 commit d10299d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/push.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ module.exports = function(AV) {
2020
* a set of installations to push to.
2121
* @param {String} [data.cql] A CQL statement over AV.Installation that is used to match
2222
* a set of installations to push to.
23-
* @param {Date} data.data The data to send as part of the push
23+
* @param {Object} data.data The data to send as part of the push.
24+
More details: https://url.leanapp.cn/pushData
2425
* @param {AuthOptions} [options]
2526
* @return {Promise}
2627
*/

0 commit comments

Comments
 (0)