Syntax
operationSettings:
'$ref': <string>
flow:
- <flow>
method: <string>
path: <string>
tag: <string>
operationSettings:
'$ref': <string>
flow:
- <flow>
method: <string>
path: <string>
tag: <string>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| method | false | - | HTTP method exposed for this operation. Defaults to POST. | GET |
| path | false | - | URL path segment for this operation. | budget-structures |
| tag | false | - | OpenAPI tag assigned to this operation. Groups the operation under the given tag in API documentation. | Partner |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| flow | 0..* | Interceptors applied to this operation. On the request side they run before JSON-to-SOAP conversion and before the SOAP backend call, so plugins like apiKey or rateLimiter can reject early. On the response side they run after SOAP-to-JSON conversion on the final JSON body. |