Documented notifications api parameter

refs https://github.com/TryGhost/Team/issues/728

- This was missing from the JSDoc
This commit is contained in:
Naz 2021-06-03 13:04:47 +04:00
parent ba3c351aad
commit 2cd6cd9140

View File

@ -29,6 +29,8 @@ class UpdateCheckService {
* @param {Function} options.api.posts.browse - method allowing to read Ghost's posts * @param {Function} options.api.posts.browse - method allowing to read Ghost's posts
* @param {Object} options.api.users - Users API methods * @param {Object} options.api.users - Users API methods
* @param {Function} options.api.users.browse - method allowing to read Ghost's users * @param {Function} options.api.users.browse - method allowing to read Ghost's users
* @param {Object} options.api.notifications - Notification API methods
* @param {Function} options.api.notifications.add - method allowing to add Ghost notifications
* @param {Object} options.config * @param {Object} options.config
* @param {Object} options.config.mail * @param {Object} options.config.mail
* @param {string} options.config.env * @param {string} options.config.env