0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/api
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
..
canary Updated subscriptions for Members Admin API 2021-04-26 17:14:34 +01:00
middleware Moved definition of default max image width to config (#12289) 2020-10-19 08:56:18 +01:00
testmode Migrated jobs to use parentPort.postMessage 2021-02-22 20:02:00 +13:00
v2
v3 Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
app.js Added missing v4 API endpoints mount 2021-03-03 18:44:00 +13:00
index.js