Closed dixsie closed 4 years ago
When submitting a PATCH expect PATCH to either return a 200 and the patched properties or a 204.
Returns a 200 and only 1 property (host name in this case). Patch response should include IPv4 array.
Response payload:
{ "HostName": "witherspoon-YL10UF776031" }
@ratagupt @gtmills @derick-montague Can you help explain what the response should look like?
In the intended design, this should be returning 204, and an empty payload.
Expected Behavior
When submitting a PATCH expect PATCH to either return a 200 and the patched properties or a 204.
Actual Behavior
Returns a 200 and only 1 property (host name in this case). Patch response should include IPv4 array.
Response payload: