From 6c631e70fe0ce4cb012dcf27c913e90f3f82c76c Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 13 Nov 2024 16:22:18 +0000 Subject: [PATCH] Fix example value for summary webhook --- openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 01449c3..4ad7ef3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17498,7 +17498,7 @@ x-webhooks: format: date-time example: '2024-08-151T10:18:47+00:00' videoId: - description: The ID of the video where the caption was generated. + description: The ID of the video for which the caption was generated. type: string example: vi4blUQJFrYWbaG44NCh1234 captionId: @@ -17548,14 +17548,14 @@ x-webhooks: type: type: string description: The name of the webhook event that occurred. - example: video.caption.generated + example: video.summary.generated emittedAt: description: Returns the date-time when the webhook event occurred. type: string format: date-time example: '2024-08-151T10:18:47+00:00' videoId: - description: The ID of the video where the summary was generated. + description: The ID of the video for which the summary was generated. type: string example: vi4blUQJFrYWbaG44NCh1234 summaryId: