Function or route (request): PUT: /Documents/{documentKey}
Error (response): 200 Undocumented
Steps to replicate the behavior:
The Response State-Code from this route is not documented in Swagger !
in Swagger documentation, the successful response code for function (PUT: /Documents/{documentKey}) is 204 without Content.
But practically, the successful response code for this function is 200 with Content.
That cause a problem because of undocumented Response State-Code
Details
Steps to replicate the behavior:
The Response State-Code from this route is not documented in Swagger !
in Swagger documentation, the successful response code for function (PUT: /Documents/{documentKey}) is 204 without Content. But practically, the successful response code for this function is 200 with Content. That cause a problem because of undocumented Response State-Code