mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Documented notifications api parameter
refs https://github.com/TryGhost/Team/issues/728 - This was missing from the JSDoc
This commit is contained in:
parent
ba3c351aad
commit
2cd6cd9140
@ -29,6 +29,8 @@ class UpdateCheckService {
|
||||
* @param {Function} options.api.posts.browse - method allowing to read Ghost's posts
|
||||
* @param {Object} options.api.users - Users API methods
|
||||
* @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.mail
|
||||
* @param {string} options.config.env
|
||||
|
Loading…
Reference in New Issue
Block a user