diff --git a/apify-api/openapi/components/schemas/webhooks/Webhook.yaml b/apify-api/openapi/components/schemas/webhooks/Webhook.yaml index 3f52936ae8..ff6759f161 100644 --- a/apify-api/openapi/components/schemas/webhooks/Webhook.yaml +++ b/apify-api/openapi/components/schemas/webhooks/Webhook.yaml @@ -54,6 +54,9 @@ properties: headersTemplate: type: [string, "null"] examples: ['{\n "Authorization": "Bearer ..."}'] + title: + type: [string, "null"] + examples: [Actor run succeeded webhook] description: type: [string, "null"] examples: [this is webhook description] diff --git a/apify-api/openapi/components/schemas/webhooks/WebhookCreate.yaml b/apify-api/openapi/components/schemas/webhooks/WebhookCreate.yaml index ed7a8df11b..c7873803e5 100644 --- a/apify-api/openapi/components/schemas/webhooks/WebhookCreate.yaml +++ b/apify-api/openapi/components/schemas/webhooks/WebhookCreate.yaml @@ -35,6 +35,9 @@ properties: headersTemplate: type: [string, "null"] examples: ['{\n "Authorization": "Bearer ..."}'] + title: + type: [string, "null"] + examples: [Actor run succeeded webhook] description: type: [string, "null"] examples: [this is webhook description] diff --git a/apify-api/openapi/components/schemas/webhooks/WebhookUpdate.yaml b/apify-api/openapi/components/schemas/webhooks/WebhookUpdate.yaml index 1f1bb68e84..f41123365a 100644 --- a/apify-api/openapi/components/schemas/webhooks/WebhookUpdate.yaml +++ b/apify-api/openapi/components/schemas/webhooks/WebhookUpdate.yaml @@ -31,6 +31,9 @@ properties: headersTemplate: type: [string, "null"] examples: ['{\n "Authorization": "Bearer ..."}'] + title: + type: [string, "null"] + examples: [Actor run succeeded webhook] description: type: [string, "null"] examples: [this is webhook description]