Skip to content

Commit

Permalink
Merge pull request #498 from apivideo/Fix-example-value-for-summary-w…
Browse files Browse the repository at this point in the history
…ebhook

Fix example value for summary webhook
  • Loading branch information
bot-api-video authored Nov 13, 2024
2 parents 1649d23 + 6c631e7 commit 7803e14
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 7803e14

Please sign in to comment.