You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect to be given text boxes to set the value of each of the orderId and description values.
Current Behavior
I get one big text box that an be edited with the following json
{
"orderId": 0,
"description": "string"
}
The text was updated successfully, but these errors were encountered:
conorlennon
changed the title
reqestBody application/x-www-form-urlencoded data not requested correctly
requestBody application/x-www-form-urlencoded data not requested correctly
Nov 20, 2017
Demonstration API definition
Expected Behavior
I would expect to be given text boxes to set the value of each of the orderId and description values.
Current Behavior
I get one big text box that an be edited with the following json
{
"orderId": 0,
"description": "string"
}
The text was updated successfully, but these errors were encountered: