Allowed integrations to use Collections API

This commit is contained in:
Fabien "egg" O'Carroll 2023-06-07 15:40:24 +02:00
parent 92172aca8e
commit e0da095c76

View File

@ -19,6 +19,7 @@ const notImplemented = function (req, res, next) {
site: ['GET'],
posts: ['GET', 'PUT', 'DELETE', 'POST'],
pages: ['GET', 'PUT', 'DELETE', 'POST'],
collections: ['GET', 'PUT', 'DELETE', 'POST'],
images: ['POST'],
webhooks: ['POST', 'PUT', 'DELETE'],
actions: ['GET'],