API Changes
This section gives a list of changes to Enate's APIs from version 2020.1 and above.
What is a breaking change?
With each release of Enate (both major and minor), the changes to Enate's APIs may also include breaking changes. Examples of breaking changes are:
Changes to the URL or fundamental request/response associated with a resource
Removal, rename, or change to the type of a declared property
Removal or rename of APIs or API parameters
Addition of a required request header
Addition of a required API parameter
Examples of changes which are NOT considered breaking changes and are outside the scope of this document are:
Addition of properties that are nullable or have a default value
Addition of an optional API parameter
Addition of a member to an enumeration
Removal, rename, or change to the type of an open extension
Removal, rename, or change to the type of an annotation
Introduction of paging to existing collections
Changes to error codes
Changes to the order of properties
Changes to the length or format of opaque strings, such as resource IDs
API Changes Documents
See the following documents for details of all the API changes, including breaking API changes.
v2023.1
v2022.6
v2022.5
v2022.4
v2022.3
v2022.2
v2022.1
v2021.2
v2021.1
v2020.1
How to use the API Changes document
Recommendations for how best to use the breaking changes document information to highlight where you may need to make changes to your code which involves Enate APIs.
Recommendation for best use of API breaking changes documentation is as follows:
Read through the breaking changes information for APIs.
Last updated
Was this helpful?