I’m trying to make the most recent subscription for a contact ACTIVE using the Rest v2 API.
I’m able to make the call and I’m using update_mask to only update two things: whether the subscription is active and whether auto-charge is on or off. It has no problem setting the auto-charge to on or off using “true” or “false” for the “auto_charge” param … but for the “active” param (which is also “true” or “false”) it will change it to either “active” or “inactive” both of which come up as INVALID in the drop-down because the actual option value is “Active” or “Inactive” (first letter is capitalized) in the drop-down (so there is no match).
Is there something else I should be doing to make it match correctly or is this a bug?