deprecated
Removing is_active field from license endpoints
about 2 years ago by Medallion ENG TEAM
Upcoming Changes (November 8, 2022)
We plan to make the following updates to the Medallion public API:
Remove the is_active field from license endpoints
Motivation: This field is misnamed, the active/inactive status is actually indicated by the status field.
Scope: This affects the following endpoints:
- /api/v1/org/licenses/
- /api/v1/org/licenses//
Resolution: You should update your API consumers to use status == "active" or status == "inactive" in place of is_active