OperationSets defines the sets of operations to be referenced for granular filtering in APICatalogItems or ManagedSubscriptions.
maxItems: 100
matchers
[]object required
Matchers defines a list of alternative rules for matching OpenAPI operations.
minItems: 1
maxItems: 100
methods
[]string
Methods specifies the HTTP methods to be included for selection.
maxItems: 10
path
string
Path specifies the exact path of the operations to select.
maxLength: 255
pathPrefix
string
PathPrefix specifies the path prefix of the operations to select.
maxLength: 255
pathRegex
string
PathRegex specifies a regular expression pattern for matching operations based on their paths.
name
string required
Name is the name of the OperationSet to reference in APICatalogItems or ManagedSubscriptions.
maxLength: 253