From db05e6cebbe13115146b52117354337c16f32cfa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Apr 2024 11:11:16 +0200 Subject: [PATCH] Fix schedule update date format --- support/doc/api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 160f363c5..04334c587 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -7497,7 +7497,7 @@ components: $ref: '#/components/schemas/VideoPrivacySet' updateAt: type: string - format: date + format: date-time description: When to update the video required: - updateAt