Good day everyone!
I want to scan API with openapi.yaml . In API I have some urls like this:
https://10.10.10.11//api/configs/{language} - where I need to pass the parameter 'language' by myself. I used automation framework to make scan plan (I attached the example of plan to the message ).
When I tried to scan API, I got an error: "Job openapi target:
https://10.10.10.11// error: paths.'/api/configs/{language}'. Declared path parameter language needs to be defined as a path parameter in path or operation level " (I attached the printscreen to the message )
Is there a way to pass parameters to ZAP using automation framework?