Version
Version object contains the major version of the API. Versions of the same major version are guaranteed to be compatible. The integrator must support all requests for the same major version.
JSON representation |
{
"major": integer
} |
Fields |
major |
integer
REQUIRED: Major version. This is marked for compatibility requests with different versions are not guaranteed to be compatible.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["The API uses a version object containing the major version number to ensure compatibility."],["Integrations must support all requests within the same major version, as backward compatibility is guaranteed."],["Different major versions may introduce breaking changes and are not guaranteed to be compatible."],["The JSON representation of the version object includes a single \"major\" field with an integer value."]]],[]]