Add subscription plan
Description
Adds a subscription plan to a path.
Endpoint
/path/{pathId}/plan
Method
POST
Access Level Rules
Access Level
edit+
Processing Units
Processing units
2
Parameters
Name
Description
Required
Default
pathId
The id of the path to add a subscription plan to.
true
accessTier
String with the accessTier of the subscription. Must be between "view" and "edit+",
true
processingUnits
An integer representing the number of monthly processing units of users subscribed to the plan.
true
monthlyFee
The monthly fee of users subscribed to the plan.
true
Last updated