Repository: qpid-dispatch Updated Branches: refs/heads/master bb8416170 -> c74e04dff
NO-JIRA: Fix typo in vhostUserGroupSettings/target description Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c74e04df Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/c74e04df Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/c74e04df Branch: refs/heads/master Commit: c74e04dff33d4b661b806134371ea57bd4690043 Parents: bb84161 Author: Chuck Rolke <[email protected]> Authored: Wed Apr 25 10:05:48 2018 -0400 Committer: Chuck Rolke <[email protected]> Committed: Wed Apr 25 10:09:57 2018 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/c74e04df/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index fcbf7e5..1652603 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -1854,7 +1854,7 @@ }, "targets": { "type": "string", - "description": "A list of target addresses from which users in this group may send messages. To specify multiple addresses, separate the addresses with either a comma or a space. If you do not specify any addresses, users in this group are not allowed to send messages from any addresses. You can use the substitution token '{user}' to specify an address that contains a user's authenticated user name. You can use an asterisk ('*') wildcard to match one or more characters in an address. However, this wildcard is only recognized if it is the last character in the address name.", + "description": "A list of target addresses to which users in this group may send messages. To specify multiple addresses, separate the addresses with either a comma or a space. If you do not specify any addresses, users in this group are not allowed to send messages to any addresses. You can use the substitution token '{user}' to specify an address that contains a user's authenticated user name. You can use an asterisk ('*') wildcard to match one or more characters in an address. However, this wildcard is only recognized if it is the last character in the address name.", "required": false, "create": true } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
