From e9519ed2910289f67d676556a0c92f929664245c Mon Sep 17 00:00:00 2001 From: "Liangying.Wei" Date: Thu, 21 Oct 2021 16:45:22 +0800 Subject: [PATCH] For Add cases, 404 should be error response For AddConnectionToGroup and AddUserToGorup, if connection does not exist, or user does not exist, 404 should be considered as error response. --- .../data-plane/WebPubSub/stable/2021-10-01/webpubsub.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specification/webpubsub/data-plane/WebPubSub/stable/2021-10-01/webpubsub.json b/specification/webpubsub/data-plane/WebPubSub/stable/2021-10-01/webpubsub.json index 3de014c69652..c6db43b78888 100644 --- a/specification/webpubsub/data-plane/WebPubSub/stable/2021-10-01/webpubsub.json +++ b/specification/webpubsub/data-plane/WebPubSub/stable/2021-10-01/webpubsub.json @@ -712,9 +712,6 @@ "200": { "description": "Success" }, - "404": { - "description": "Not Found" - }, "default": { "description": "Error response", "schema": { @@ -1050,9 +1047,6 @@ "200": { "description": "Success" }, - "404": { - "description": "Not Found" - }, "default": { "description": "Error response", "schema": {