From 0355866898b31c681eb75c4a3b2e10766b615f1f Mon Sep 17 00:00:00 2001 From: Adversary Date: Thu, 4 Jan 2024 00:10:02 +0000 Subject: [PATCH] main - Automated spec update (21698) made at remote:2024-01-03T23:53:31 taken at now:2024-01-04T00:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 10 +++++----- specs/openapi_preview.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 42e6356..28bd7a6 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -26355,14 +26355,14 @@ "type": "object", "properties": { "duration_seconds": { - "type": "integer", + "type": [ + "integer", + "null" + ], "minimum": 0, "maximum": 2419200 } - }, - "required": [ - "duration_seconds" - ] + } }, "UserCommunicationDisabledActionMetadataResponse": { "type": "object", diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 967502d..7907083 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -26792,14 +26792,14 @@ "type": "object", "properties": { "duration_seconds": { - "type": "integer", + "type": [ + "integer", + "null" + ], "minimum": 0, "maximum": 2419200 } - }, - "required": [ - "duration_seconds" - ] + } }, "UserCommunicationDisabledActionMetadataResponse": { "type": "object",