I get this error when editing Status Code in a Mock Server Request:
json: cannot unmarshal string into Go struct field RBReponse.statuscode of type uint32update
I can see in the Chrome console that it's sending statuscode as string (with quotes), instead of number value. This happens only when I modify the Status Code.
Thank you
I get this error when editing Status Code in a Mock Server Request:
json: cannot unmarshal string into Go struct field RBReponse.statuscode of type uint32updateI can see in the Chrome console that it's sending statuscode as string (with quotes), instead of number value. This happens only when I modify the Status Code.
Thank you