Skip to content

Commit a46be46

Browse files
authored
docs(controllers): replace "path" by "uriTemplates" (#1647)
The documentation related to the version 2.7, 3.0 and 3.1 describing the custom operation configuration example contains a version 2.6 mandatory attribute ("path" instead of "uriTemplate").
1 parent ea53fc0 commit a46be46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ App\Entity\Book:
144144

145145
[/codeSelector]
146146

147-
It is mandatory to set the `method`, `path` and `controller` attributes. They allow API Platform to configure the routing path and
147+
It is mandatory to set the `method`, `uriTemplate` and `controller` attributes. They allow API Platform to configure the routing path and
148148
the associated controller respectively.
149149

150150
## Using Serialization Groups

0 commit comments

Comments
 (0)