RapiDoc
RapiDoc copied to clipboard
feature: generate examples for query params and path params
For req body and resp body, if there are no explicitly specified examples, then RapiDoc will generate examples for you. But for path params and query params, if you dont explicitly put examples, then RapiDoc won't have any examples and also the "Fill Example" button won't work. Maybe the ideal behavior would be to generate 1 example value per param.