Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add example value null case in mocked http client for apiOperation (#797
Browse files Browse the repository at this point in the history
)

Co-authored-by: Farhad Alizada <[email protected]>
  • Loading branch information
f-alizada and Farhad Alizada authored Aug 19, 2022
1 parent 54918ce commit 61bfb9f
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,20 @@
"properties": {
"displayName": "GetOrder",
"method": "POST",
"urlTemplate": "/?soapAction=http://tempuri.org/IFazioService/GetOrder"
"urlTemplate": "/?soapAction=http://tempuri.org/IFazioService/GetOrder",
"request": {
"description": "description",
"representations": [
{
"contentType": "application/json",
"examples": {
"default": {
"description": "exampleDescription"
}
}
}
]
}
}
},
{
Expand Down

0 comments on commit 61bfb9f

Please sign in to comment.