04 Feb 2021 01:25 PM - last edited on 30 Apr 2021 12:56 PM by MaciejNeumann
Is there any way to create key requests automatically for a service. We have a spring-boot application and I want to know if there is any way we can do this configuration from the code itself.
Solved! Go to Solution.
04 Feb 2021 01:29 PM
You cannot make automatical rules for marking requests as key ones, but you can use API and some scripts if you know already list of endpoints you want to mark as key ones:
The problem may be if some of them has some variables in paths which has to be overwritten using Request naming rules.
Sebastian