From ae5b0dfd886d157311855b59bcbd28341b05dfa2 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Wed, 23 Oct 2024 10:12:36 +0000 Subject: [PATCH] Fix typo --- api/openapi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 1fa959d..36c5379 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -1370,7 +1370,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: live-stream.broadcast.started emittedAt: description: Returns the date-time when the webhook event occurred. @@ -1416,7 +1416,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: live-stream.broadcast.ended emittedAt: description: Returns the date-time when the webhook event occurred. @@ -1464,7 +1464,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: video.source.recorded emittedAt: description: Returns the date-time when the webhook event occurred. @@ -1515,7 +1515,7 @@ x-webhooks: properties: type: type: string - description: The name of the webhook event that occured. + description: The name of the webhook event that occurred. example: video.encoding.quality.completed emittedAt: description: Returns the date-time when the webhook event occurred.