Skip to content

Commit

Permalink
Fix example value for summary webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol authored Nov 13, 2024
1 parent 1649d23 commit 6c631e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6c631e7

Please sign in to comment.