Closed DylanABacon closed 4 years ago
When a REST request is made with a body parameter set to 0, the rest component request handler converts this to a null.
This is because if a body parameter does not satisfy the truthy check, the relating arg for which the component method is called with is set to null.
fixed in release 11.4.1
When a REST request is made with a body parameter set to 0, the rest component request handler converts this to a null.
This is because if a body parameter does not satisfy the truthy check, the relating arg for which the component method is called with is set to null.