API Changes
This page centralizes API contract changes for integrators.
Changelog
Version 6.1.0
Added
- OpenAPI Expanded operation-level documentation for webservice controllers (
Auth,Import,Export,HealthCheck). - OpenAPI Stable
operationIdvalues on key endpoints. - OpenAPI Richer DTO property descriptions in generated OpenAPI schemas.
- Usage Documentation The documentation you are reading
Changed
- Breaking Change API Call Error response contracts standardized to
ProblemDetailsfor documented400/401/404webservice responses. - Breaking Change
EpdFullDataDtoandEpdShortDataDtonow containe archiving date for archived products - Breaking Change
GET /ws/EpdlastUpdateDate now reflects the archiving date for archived products instead of the last update date if greater. - OpenAPI
POST /ws/Epdsuccess response documentation aligned with full EPD payload (EpdFullDataDto). - OpenAPI API Call Binary download endpoint documentation refined to advertise binary content for success responses only.
- OpenAPI Swagger schema naming keeps full namespace uniqueness while using readable aliases for:
ProblemDetailsValidationProblemDetails
Fixed
- OpenAPI Nullability and XML documentation issues in updated webservice controllers and DTO surfaces.