From 0039b9fd57e824a264a7a0a0a112fc086181e687 Mon Sep 17 00:00:00 2001 From: "Liangying.Wei" Date: Fri, 23 Apr 2021 22:17:34 +0800 Subject: [PATCH] Update webpubsub.json --- .../WebPubSub/preview/2021-05-01-preview/webpubsub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview/webpubsub.json b/specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview/webpubsub.json index e74fdeb3e268..9ee358757ed4 100644 --- a/specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview/webpubsub.json +++ b/specification/webpubsub/data-plane/WebPubSub/preview/2021-05-01-preview/webpubsub.json @@ -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" }, { @@ -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" }, { @@ -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" }, {