Improved Fidelity of Openapi Specification
Released
One OpenAPI Specification per API Version
Going forward, we'll publish a separate specification file for each breaking change we release. As a result, each of the specifications will be simpler, as they don't have to include another version's schema. In addition, resource names such as Vehicle_2023_02_01
become just Vehicle
. The new specifications are available through our API. To see a specific version, replace the latest
argument with a version like 2023-05-01
.