Skip to content

Exclude & include deprecated paths #102

Description

@olereidar

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions