Hello!
I can see that it is possible to filter by operation (get, post, put, delete). It would be a great feature to be able to exclude (or include) paths that are deprecated.
Example
"apis": [
{
"url": "blarh url",
"paths": {
"exclude": [
"/endpoint/something.get.deprecated"
]
}
}]
The key deprecated exists in the OpenApi v2 standard.
Hello!
I can see that it is possible to filter by operation (get, post, put, delete). It would be a great feature to be able to exclude (or include) paths that are deprecated.
Example
The key deprecated exists in the OpenApi v2 standard.