Open DenTray opened 7 months ago
At the moment script generates an empty description for the path parametrs. We need to generate description based on condition, attached to the route
In case we have enumeration - we should generate the next description: in: 1, 2, 3
in: 1, 2, 3
For other cases we may generate next data: regexp: 1|2|3
regexp: 1|2|3
At the moment script generates an empty description for the path parametrs. We need to generate description based on condition, attached to the route
In case we have enumeration - we should generate the next description:
in: 1, 2, 3
For other cases we may generate next data:
regexp: 1|2|3