0
Fork 0
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:
Matt Hanley 2022-05-11 18:31:44 +01:00
parent 3836030950
commit 2c770c4455

View file

@ -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'],