diff --git a/Documentation/Books/Manual/Foxx/Migrating2x.mdpp b/Documentation/Books/Manual/Foxx/Migrating2x.mdpp index 1507fc0efe..4216152bbf 100644 --- a/Documentation/Books/Manual/Foxx/Migrating2x.mdpp +++ b/Documentation/Books/Manual/Foxx/Migrating2x.mdpp @@ -519,6 +519,8 @@ The names of some attributes of the request object have been adjusted to more cl * `req.parameters` is now called `req.queryParams` +* `req.params()` is now called `req.param()` + * `req.requestType` is now called `req.method` * `req.compatibility` is now called `req.arangoVersion`