2024-12-01.
Non-breaking changes will be released across all active versions. For example:
- adding optional fields to request schemas
- adding fields to response schemas
- adding new endpoints
- adding response headers
- adding new response status codes to an endpoint
- adding new error types to response schemas
- extending enum types in the request and response schemas, i.e., adding new values
- removing or renaming fields in the request schemas
- adding required fields to request schemas
- removing or renaming fields in the response schemas
- removing endpoints
Specifying a version
Use thex-shiftkeeper-api-version request header to specify the API version, for example, x-shiftkeeper-api-version: 2024-12-01.
If no version is specified, the latest version will be used. We recommend always specifying the version in your requests to avoid any breaking changes.
Specifying a version that does not exist or is no longer supported will result in an HTTP
400 error.Version history
| Version | Description |
|---|---|
2024-12-01 | Initial release |