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
Hi,
We are facing an issue when using RapiDoc's Try feature, specifically for POST request. We are using RapiDoc with:
render-style as "VIEW"
fill-request-fields-with-example as "true"
default-schema-tab as "example"
Whenever we try to use the TRY feature with the EXAMPLE tab open in request section, we get response as expected. But if we open the Schema tab in Request section and use click on the Try button, we get invalid_json error response.
Our request body is of type : application/json
I can see that in cURL command, the -d is not added when Schema tab is open, but is present whenever Example tab is open.
Is there a way to maybe disable the try feature when schema tab is open or any other solution?