-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA02
-
Fix Version/s: V4.0_ERRATA03
-
Component/s: JSON Format
-
Labels:None
-
Environment:
Proposed
-
Proposal:
-
Resolution:
We currently say that parameters to an action are passed in the body of a json request as a json object where each parameter is a property of the object.
I recently had someone ask how they should invoke an action request with no (non-binding) parameters. In particular, they were wondering if they should just pass no content (as opposed to content containing an empty json object).