Subscriptions

Django will happily PATCH in an empty request and vaporize a database object.

patch/v2/subscriptions/

Request body

idinteger
type'MONTHLY' | 'YEARLY' | 'ENTREPRISE'
quantitystring
statusstring
next_billing_cycle_datestring

Response

Updated

idinteger
type'MONTHLY' | 'YEARLY' | 'ENTREPRISE'
quantitystring
statusstring
next_billing_cycle_datestring

Changes