Skip to content

Commit c1f6642

Browse files
authored
Update webpubsub.json (#14096)
1 parent 5c94eb5 commit c1f6642

File tree

1 file changed

+3
-3
lines changed
  • specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview

1 file changed

+3
-3
lines changed

specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview/webpubsub.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
{
759759
"in": "query",
760760
"name": "targetName",
761-
"description": "Optional. If not set, grant the permission to all the targets. If set, grant the permission to the specific target. The meaning of the target depends on the specific permission.",
761+
"description": "The meaning of the target depends on the specific permission. For joinLeaveGroup and sendToGroup, targetName is a required parameter standing for the group name.",
762762
"type": "string"
763763
},
764764
{
@@ -820,7 +820,7 @@
820820
{
821821
"in": "query",
822822
"name": "targetName",
823-
"description": "Optional. If not set, revoke the permission for all targets. If set, revoke the permission for the specific target. The meaning of the target depends on the specific permission.",
823+
"description": "The meaning of the target depends on the specific permission. For joinLeaveGroup and sendToGroup, targetName is a required parameter standing for the group name.",
824824
"type": "string"
825825
},
826826
{
@@ -882,7 +882,7 @@
882882
{
883883
"in": "query",
884884
"name": "targetName",
885-
"description": "Optional. If not set, get the permission for all targets. If set, get the permission for the specific target. The meaning of the target depends on the specific permission.",
885+
"description": "The meaning of the target depends on the specific permission. For joinLeaveGroup and sendToGroup, targetName is a required parameter standing for the group name.",
886886
"type": "string"
887887
},
888888
{

0 commit comments

Comments
 (0)