wso2 / micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
194 stars 206 forks source link

Empty Strings in payload sent to backend in PATCH request #3356

Open asithamadhushanka12 opened 4 weeks ago

asithamadhushanka12 commented 4 weeks ago

In PATCH requests, if the Content-Type header is not specified and there is no content body, empty strings in the JSON payload are converted to null, as demonstrated below.

Response payload:

{
    "ACI_Grouping": null
}