Skip to content

Commit 2c11e0e

Browse files
fix /network route component
1 parent fef17cf commit 2c11e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/api/network.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Do not enable the `network` feature if you rely on the value of attributes not p
8888

8989
## Get the network object
9090

91-
<RouteHighlighter method="GET" route="/network"/>
91+
<RouteHighlighter method="GET" path="/network"/>
9292

9393
Returns the current value of the instance's network object.
9494

@@ -116,7 +116,7 @@ Returns the current value of the instance's network object.
116116

117117
## Update the network object
118118

119-
<RouteHighlighter method="PATCH" route="/network"/>
119+
<RouteHighlighter method="PATCH" path="/network"/>
120120

121121
Update the `self` and `remotes` fields of the network object.
122122

0 commit comments

Comments
 (0)