Skip to content

Commit 49c8268

Browse files
docs(event_handlers): Fix REST API - HTTP Methods documentation (#1936)
1 parent e71a672 commit 49c8268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You can also combine nested paths with greedy regex to catch in between routes.
166166

167167
### HTTP Methods
168168

169-
You can use named decorators to specify the HTTP method that should be handled in your functions. That is, `app.<http_method>`, where the HTTP method could be `get`, `post`, `put`, `patch`, `delete`, and `options`.
169+
You can use named decorators to specify the HTTP method that should be handled in your functions. That is, `app.<http_method>`, where the HTTP method could be `get`, `post`, `put`, `patch` and `delete`.
170170

171171
=== "http_methods.py"
172172

0 commit comments

Comments
 (0)