From 3e0ba27ec4c18cf23c9b8f5741e17c77560a87ce Mon Sep 17 00:00:00 2001 From: Wang Yan Date: Tue, 23 Mar 2021 16:45:41 +0800 Subject: [PATCH] update notification policy disable status in swagger (#14493) Signed-off-by: Wang Yan --- api/v2.0/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 90e13f14e..88cf6e1ab 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -6164,6 +6164,7 @@ definitions: enabled: type: boolean description: Whether the webhook policy is enabled or not. + x-omitempty: false WebhookLastTrigger: type: object description: The webhook policy and last trigger time group by event type.