Open ishantanu opened 1 year ago
Hello,
I noticed that there's no default value for DesiredStatusCode. The UI has a checkmark for Desired status code as Default (2xx or 3xx).
DesiredStatusCode
Default (2xx or 3xx)
So, if a user doesn't specify the desired status code manually, DesiredStatusCode returns nil.
As a result, we cannot use the default checkmark in the UI and get a default response in the DesiredStatusCode field.
Hello,
I noticed that there's no default value for
DesiredStatusCode
. The UI has a checkmark for Desired status code asDefault (2xx or 3xx)
.So, if a user doesn't specify the desired status code manually,
DesiredStatusCode
returns nil.As a result, we cannot use the default checkmark in the UI and get a default response in the
DesiredStatusCode
field.