Skip to content

Commit fb94084

Browse files
committed
docs
1 parent fc1b102 commit fb94084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/OperationsCollector.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ export class BaseOperationsCollector implements OpenAPIVisitor {
9191
}
9292
}
9393

94+
/**
95+
* Parse fields from operation, both parameters and request body
96+
*/
9497
parseFields(operation: OpenAPIV3.OperationObject, context: OperationContext) {
9598
const fields = [];
9699
const parameterFields = this.n8nNodeProperties.fromParameters(operation.parameters)

0 commit comments

Comments
 (0)