openBackhaul / MicroWaveDeviceGatekeeper

Gateway for PUTting to the devices
Apache License 2.0
1 stars 1 forks source link

An empty request-body needs to be included in the RPC mac-fd-1-0:provide-learned-mac-addresses #22

Closed PrathibaJee closed 10 months ago

PrathibaJee commented 10 months ago

As of now , an empty json request-body needs to be sent to process the RPC mac-fd-1-0:provide-learned-mac-addresses.

image

If we don't provide an empty request-body , then we will receive 500 internal server from the controller ,

image

Note : Including an empty json requestbody in a RPC call is generic and not specific to this RPC alone.

Proposal : In the OAS , Could you please include an empty json request-body for the callback PostToLiveRpcForProvidingLearnedMacAdressesCausesInitiatingRpcExecutionOnDevice.

openBackhaul commented 10 months ago

Changed as proposed. Many thanks for analyzing the subject and guiding to the solution.