Ghost/core/server/web/api/canary/admin
Fabien 'egg' O'Carroll 33f26fbf32
Updated subscriptions for Members Admin API
refs https://github.com/TryGhost/Team/issues/616

We need a way to assign Products to Members via a Subscription, and we've
followed the same pattern as the editSubscription method for the Members API
controller, which acts upon Subscriptions as a nested resource.

Subscriptions now are linked to products, and we've included those links by
default in the Member Admin API as we already include subscriptions by
default, and Products are now a core part of the Members feature-set.
2021-04-26 17:14:34 +01:00
..
app.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
middleware.js Moved canary/v3 webhooks API to "stable" group 2020-08-03 23:40:15 +12:00
routes.js Updated subscriptions for Members Admin API 2021-04-26 17:14:34 +01:00