Skip to content

Commit

Permalink
Update webpubsub.json (Azure#14096)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored and mkarmark committed Jul 20, 2021
1 parent add8b19 commit 3b1f06f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
{
"in": "query",
"name": "targetName",
"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.",
"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.",
"type": "string"
},
{
Expand Down Expand Up @@ -820,7 +820,7 @@
{
"in": "query",
"name": "targetName",
"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.",
"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.",
"type": "string"
},
{
Expand Down Expand Up @@ -882,7 +882,7 @@
{
"in": "query",
"name": "targetName",
"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.",
"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.",
"type": "string"
},
{
Expand Down

0 comments on commit 3b1f06f

Please sign in to comment.