Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion notifications/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,21 @@ components:
- $ref: '#/components/schemas/ConnectionData'
- type: object
properties:
error:
errors:
type: array
items:
type: string
description: Array of error messages describing the connection error.
example: ["Authentication failed", "Token refresh error"]
error:
type: array
items:
type: string
description: >-
Deprecated. Use `errors` instead. Array of error messages describing
the connection error. Kept for backward compatibility.
deprecated: true
example: ["Authentication failed", "Token refresh error"]

# Destination webhook disabled event data
DestinationWebhookDisabledData:
Expand Down
Loading