diff --git a/src/pages/ipa/resources/routes.mdx b/src/pages/ipa/resources/routes.mdx
index 477bdbed..ec29f7c3 100644
--- a/src/pages/ipa/resources/routes.mdx
+++ b/src/pages/ipa/resources/routes.mdx
@@ -169,6 +169,9 @@ echo $response;
"network_id": "Route 1",
"enabled": true,
"peer": "chacbco6lnnbn6cg5s91",
+ "peer_groups": [
+ "chacbco6lnnbn6cg5s91"
+ ],
"network": "10.64.0.0/24",
"metric": 9999,
"masquerade": true,
@@ -187,6 +190,9 @@ echo $response;
"network_id": "string",
"enabled": "boolean",
"peer": "string",
+ "peer_groups": [
+ "string"
+ ],
"network": "string",
"metric": "integer",
"masquerade": "boolean",
@@ -242,11 +248,18 @@ echo $response;
Route status
-
- Peer Identifier associated with route
+ Peer Identifier associated with route. This property can not be set together with `peer_groups`
+
+
+
+ Peers Group Identifier associated with route. This property can not be set together with `peer`
-
- Peer Identifier associated with route
+ Peer Identifier associated with route. This property can not be set together with `peer_groups`
+
+
+
+ Peers Group Identifier associated with route. This property can not be set together with `peer`