mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
Updated docs for get_rpc_methods
This commit is contained in:
parent
ef5631e34f
commit
e88c577693
2 changed files with 14 additions and 0 deletions
|
|
@ -148,6 +148,13 @@
|
|||
<td class="td_row_even"><div class="td_row_even"></div></td>
|
||||
<td class="td_row_even"><div class="td_row_even">ip_version of ConnectionRequestURL</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="td_row_even"><div class="td_row_even">get_rpc_methods</div></td>
|
||||
<td class="td_row_even"><div class="td_row_even">boolean</div></td>
|
||||
<td class="td_row_even"><div class="td_row_even">no</div></td>
|
||||
<td class="td_row_even"><div class="td_row_even">1</div></td>
|
||||
<td class="td_row_even"><div class="td_row_even">Enable/Disable optional GetRPCMethods to ACS</div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue