We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef17cf commit 2c11e0eCopy full SHA for 2c11e0e
reference/api/network.mdx
@@ -88,7 +88,7 @@ Do not enable the `network` feature if you rely on the value of attributes not p
88
89
## Get the network object
90
91
-<RouteHighlighter method="GET" route="/network"/>
+<RouteHighlighter method="GET" path="/network"/>
92
93
Returns the current value of the instance's network object.
94
@@ -116,7 +116,7 @@ Returns the current value of the instance's network object.
116
117
## Update the network object
118
119
-<RouteHighlighter method="PATCH" route="/network"/>
+<RouteHighlighter method="PATCH" path="/network"/>
120
121
Update the `self` and `remotes` fields of the network object.
122
0 commit comments