You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#26: Null values should not be sent to the /run endpoint.
To achieve this, we:
- set "".setDefaultPropertyInclusion(JsonInclude.Include.NON_NULL)" on the class-level objectMapper, and
- use the class-level objectMapper instead of a new ObjectMapper to construct the request body
0 commit comments