Closed hivyas closed 3 years ago
For one of our entities, it only has 1 readonly property so the body for its PUT request is being generated as null (line 132 in above image). The service does not allow for null bodies so instead it should be an empty body so parameters={}
parameters={}
For one of our entities, it only has 1 readonly property so the body for its PUT request is being generated as null (line 132 in above image). The service does not allow for null bodies so instead it should be an empty body so
parameters={}