Forum Discussion
No RepliesBe the first to reply
swagger 3.0 request body is getting reset to default value when I collapse the API request. I want if any of the field in request body gets updated it should persist the value even after collapsing the API request.
{
"id": "string",
"seqno": "string"
}
{
"id": "1000",
"seqno": "12"
}
{
"id": "string",
"seqno": "string"
}