We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953fea7 commit 25d5fa0Copy full SHA for 25d5fa0
packages/@aws-cdk/aws-apigateway/lib/method.ts
@@ -87,7 +87,7 @@ export interface MethodOptions {
87
88
/**
89
* Request validator options
90
- * @default
+ * @default - No validator
91
*/
92
readonly reqValidator?: RequestValidatorOptions;
93
}
@@ -316,7 +316,7 @@ export class Method extends Resource {
316
return validator.requestValidatorId;
317
318
319
- //For backward compatibility
+ // For backward compatibility
320
return options.requestValidator?.requestValidatorId;
321
322
0 commit comments