mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Added Admin integration permissions for retrieving and managing newsletters
refs https://github.com/TryGhost/Toolbox/issues/238#issuecomment-1124024042 - Admin integrations require access to managing newsletters to prevent a regression in Zapier capability
This commit is contained in:
parent
3836030950
commit
2c770c4455
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ const notImplemented = function (req, res, next) {
|
|||
members: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
tiers: ['GET', 'PUT', 'POST'],
|
||||
offers: ['GET', 'PUT', 'POST'],
|
||||
newsletters: ['GET', 'PUT', 'POST'],
|
||||
config: ['GET'],
|
||||
schedules: ['PUT'],
|
||||
files: ['POST'],
|
||||
|
|
Loading…
Add table
Reference in a new issue