From e88c5776930848126aa51b32ae2c2c57440f4e0e Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 31 Oct 2022 08:38:47 +0530 Subject: [PATCH] Updated docs for get_rpc_methods --- docs/api/uci.cwmp.md | 7 +++++++ schemas/uci/cwmp.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/api/uci.cwmp.md b/docs/api/uci.cwmp.md index dc33b00..b88527d 100644 --- a/docs/api/uci.cwmp.md +++ b/docs/api/uci.cwmp.md @@ -148,6 +148,13 @@
ip_version of ConnectionRequestURL
+ +
get_rpc_methods
+
boolean
+
no
+
1
+
Enable/Disable optional GetRPCMethods to ACS
+ diff --git a/schemas/uci/cwmp.json b/schemas/uci/cwmp.json index e7892e9..1370f06 100644 --- a/schemas/uci/cwmp.json +++ b/schemas/uci/cwmp.json @@ -116,6 +116,13 @@ "required": "no", "default": "", "description": "ip_version of ConnectionRequestURL" + }, + { + "name": "get_rpc_methods", + "type": "boolean", + "required": "no", + "default": "1", + "description": "Enable/Disable optional GetRPCMethods to ACS" } ] },