This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Provide consistent experience of status code in api description when an action returns a DTO vs void #4838
Closed
Description
Current Behavior
For this action an apidescription would have status code information as 200 OK
public Product Get()
For this action we do NOT provide a response type description(which contains status code info)
public void DoSomething()
From here:
#4831 (comment)
cc @rynowak