- Settings
APIMATIC Advanced Settings
APIMATIC allows further customization of endpoints (called operations in Swagger) through the Advanced Settings extensions. These extensions can be specified inside the Swagger Operation Object (v2, v3).
{"paths":{"/pets":{"post":{"operationId":"addPet","x-operation-settings":{"collectParameters":false,"allowDynamicQueryParameters":true,"allowDynamicFormParameters":false,"isMultiContentStreaming":false,"methodName":"create","groupName":"pets"}}}}}