Skip to content

Commit c238970

Browse files
committed
client messages DOC xpath filter format clarified
1 parent a77289e commit c238970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/messages_client.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct nc_rpc *nc_rpc_act_generic_xml(const char *xml_str, NC_PARAMTYPE paramtyp
216216
* needed NETCONF capabilities for the RPC.
217217
*
218218
* @param[in] source Source datastore being queried.
219-
* @param[in] filter Optional filter data, an XML subtree or XPath expression.
219+
* @param[in] filter Optional filter data, an XML subtree or XPath expression (with JSON prefixes).
220220
* @param[in] wd_mode Optional with-defaults capability mode.
221221
* @param[in] paramtype How to further manage data parameters.
222222
* @return Created RPC object to send via a NETCONF session or NULL in case of (memory allocation) error.
@@ -317,7 +317,7 @@ struct nc_rpc *nc_rpc_unlock(NC_DATASTORE target);
317317
* check. Created object can be sent via any NETCONF session which supports all the
318318
* needed NETCONF capabilities for the RPC.
319319
*
320-
* @param[in] filter Optional filter data, an XML subtree or XPath expression.
320+
* @param[in] filter Optional filter data, an XML subtree or XPath expression (with JSON prefixes).
321321
* @param[in] wd_mode Optional with-defaults capability mode.
322322
* @param[in] paramtype How to further manage data parameters.
323323
* @return Created RPC object to send via a NETCONF session or NULL in case of (memory allocation) error.
@@ -428,7 +428,7 @@ struct nc_rpc *nc_rpc_getschema(const char *identifier, const char *version, con
428428
* needed NETCONF capabilities for the RPC.
429429
*
430430
* @param[in] stream_name Optional name of a NETCONF stream to subscribe to.
431-
* @param[in] filter Optional filter data, an XML subtree or XPath expression.
431+
* @param[in] filter Optional filter data, an XML subtree or XPath expression (with JSON prefixes).
432432
* @param[in] start_time Optional YANG datetime identifying the start of the subscription.
433433
* @param[in] stop_time Optional YANG datetime identifying the end of the subscription.
434434
* @param[in] paramtype How to further manage data parameters.

0 commit comments

Comments
 (0)