Hello everyone,
I'm trying to use zap api scan but have problem with defining values for the params that are in the endpoints path e.g.:
endpoint in my OpenAPI spec is:
.../users/{user-group}/building/{building-name}/room/{room-id}
all my endpoints starts with "/users/{user-group}/..." Actually 95% of what I want to scan are paths after this. If I don't define correct (existing in my system) {user-group} scan doesn't make any sense. The urls in the report are like this:
<host>/users/user-group/building/building-name/room/room-id
etc
Could someone guide me how can I achieve this? I spent a lot of time searching for it but couldn't find any information.
thanks,
Seb