Skip to content

Commit 1888d84

Browse files
Update aws_lambda_powertools/event_handler/api_gateway.py
Co-authored-by: Leandro Damascena <lcdama@amazon.pt> Signed-off-by: Mathieu Hinderyckx <mathieu.hinderyckx@gmail.com>
1 parent ef62f8a commit 1888d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws_lambda_powertools/event_handler/api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ def get_openapi_schema(
18201820
}
18211821

18221822
if external_documentation:
1823-
output["external_docs"] = external_documentation
1823+
output["externalDocs"] = external_documentation
18241824

18251825
components: dict[str, dict[str, Any]] = {}
18261826
paths: dict[str, dict[str, Any]] = {}

0 commit comments

Comments
 (0)