have you guys ever supported an update API where you need to null out a value if the user passes in null? requests bodies are deserialize to java object CoolRequest so if an attribute is null you can't tell if it's null because it wasn't passed into the request body or null because someone intentionally wanted to pass in null. would you map the request body to Map<String, Object> some map structure so you can tell whether something is null because a user wanted to pass in null?
#API update null attribute
1 messages · Page 1 of 1 (latest)