operationSettings

Version

Syntax

operationSettings:
'$ref': <string>
flow:
- <flow>
method: <string>
path: <string>
tag: <string>
operationSettings:
  '$ref': <string>
  flow:
    - <flow>
  method: <string>
  path: <string>
  tag: <string>

Attributes

NameRequiredDefaultDescriptionExamples
$reffalse-Reference a component defined under components.-
methodfalse-HTTP method exposed for this operation. Defaults to POST.GET
pathfalse-URL path segment for this operation.budget-structures
tagfalse-OpenAPI tag assigned to this operation. Groups the operation under the given tag in API documentation.Partner

Child Structure

ElementCardinalityDescription
flow0..*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.

Can be used in