Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (11 loc) · 791 Bytes

SubscriptionUpdateInput.md

File metadata and controls

23 lines (11 loc) · 791 Bytes

SubscriptionUpdateInput

Properties

Name Type Description Notes
status StatusEnum If the field is not defined and multiple `active` and `pending` subscriptions exists, Lago will update the `active` subscription. However, if you wish to update a `pending` subscription, please ensure that you include the `status` attribute with the `pending` value in your request body. [optional]
subscription SubscriptionUpdateInputSubscription

Enum: StatusEnum

Name Value
ACTIVE "active"
PENDING "pending"