API-05: Accept unknown JSON fields for forward compatibility #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Server accepts unknown JSON fields without error (
DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES = false) for forward compatibility with newer agent versions.Category: REST API
REQ-ID: API-05
Implemented: Spring Boot 3.x default
FAIL_ON_UNKNOWN_PROPERTIES = false— no override found, unknown JSON fields are accepted.