Ghost/core/server/web
Rishabh Garg c7f3837c54
Added admin endpoint for editing member subscription (#12145)
refs #12127

- Adds new `editSubscription` endpoint for members admin API which allows updating individual subscription for a member - `PUT /members/:id/subscriptions/:subscription_id/`
- `editSubscription` has same permissions as member's `edit` endpoint
- Currently allows toggling of cancellation at period end for an active subscription
2020-08-20 17:28:11 +05:30
..
admin Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
api Added admin endpoint for editing member subscription (#12145) 2020-08-20 17:28:11 +05:30
members Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
parent Fixed incorrect require for lodash package 2020-06-01 08:42:58 +01:00
shared 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02:00
site Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00