@@ -82,19 +82,19 @@ testRule('xgen-IPA-104-get-method-no-request-body', [
8282 errors : [
8383 {
8484 code : 'xgen-IPA-104-get-method-no-request-body' ,
85- message : 'The Get method request must not include a body. http://go/ipa/104' ,
85+ message : 'The Get method must not include a request body. http://go/ipa/104' ,
8686 path : [ 'paths' , '/resource/{id}' , 'get' ] ,
8787 severity : DiagnosticSeverity . Warning ,
8888 } ,
8989 {
9090 code : 'xgen-IPA-104-get-method-no-request-body' ,
91- message : 'The Get method request must not include a body. http://go/ipa/104' ,
91+ message : 'The Get method must not include a request body. http://go/ipa/104' ,
9292 path : [ 'paths' , '/resource/{id}/singleton' , 'get' ] ,
9393 severity : DiagnosticSeverity . Warning ,
9494 } ,
9595 {
9696 code : 'xgen-IPA-104-get-method-no-request-body' ,
97- message : 'The Get method request must not include a body. http://go/ipa/104' ,
97+ message : 'The Get method must not include a request body. http://go/ipa/104' ,
9898 path : [ 'paths' , '/resource/{id}:custom' , 'get' ] ,
9999 severity : DiagnosticSeverity . Warning ,
100100 } ,
0 commit comments