diff --git a/resources/subscription.js b/resources/subscription.js index 71f15d5..85028fb 100644 --- a/resources/subscription.js +++ b/resources/subscription.js @@ -47,5 +47,15 @@ module.exports = { get: { method: "get", route: `${route}/{id}` + }, + /* + Update subscription + */ + update: { + method: "get", + // endpoint:[root, '/manage/link'].join(''), + route: `${route}/{code}/manage/link`, + // params: ['code*','id_or_subscription_code'], + params: ["code"], } };