Update a subscription purchase by ID for a user
PUT/organizations/:organizationId/projects/:projectId/users/:userId/platforms/android/subscriptions/:purchaseId
Update a subscription purchase by ID for a user
Request
Path Parameters
organizationId stringrequired
projectId stringrequired
userId stringrequired
purchaseId stringrequired
- application/json
Body
required
eventType stringrequired
Possible values: [PURCHASE, PURCHASE_PENDING, ACKNOWLEDGE, PAUSE, CANCEL, REVOKE, START_GRACE_PERIOD, HOLD, EXPIRE, PRICE_CHANGE, DEFER, CHANGE_PLAN, RENEW, RESTART]
Responses
- 200
Subscription purchase updated successfully
Loading...