Open nicomiguelino opened 1 month ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Technically speaking you can't change an API without bumping the version. You'd break every integration this way.
@vpetersson, good point. Thanks. Because we've changed the 0
or 1
fields to boolean fields, I'll update v1.2 endpoints so that the boolean fields will be 0
or 1
again. I'll create a new API version, v2.0
, as those changes will potentially break clients currently using the API.
Before
After