AWS Security ChangesHomeSearch

AWS apigateway documentation change

Service: apigateway · 2025-03-12 · Documentation low

File: apigateway/latest/developerguide/how-to-method-settings.md

Summary

Added a note about configuring integration requests when creating methods via the REST API console

Security assessment

Addition is a procedural clarification about console usage with no security context or security feature documentation.

Diff

diff --git a/apigateway/latest/developerguide/how-to-method-settings.md b/Users/docs/2025-03-10_15-36-52/apigateway/latest/developerguide/how-to-method-settings.md
index 03997bc79..dfdd29a0a 100644
--- a/apigateway/latest/developerguide/how-to-method-settings.md
+++ b/apigateway/latest/developerguide/how-to-method-settings.md
@@ -51,0 +52,4 @@ Before setting up an API method, verify the following:
+###### Note
+
+When you create a method using the REST API console, you configure both the integration request and the method request. For more information, see [Set up an API integration request using the API Gateway console](./how-to-method-settings-console.html).
+