Skip to content
Open
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
2 changes: 1 addition & 1 deletion fern/apis/compatibility/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7950,7 +7950,7 @@ components:
type: array
items:
type: string
description: 'The status events that trigger a SignalWire webhook. Valid values: initiated, ringing, answered, completed, ringing_forwarded, ringing_queued. Defaults to `completed`.'
description: 'The status events that trigger a SignalWire webhook. Valid values: initiated, ringing, answered, completed, ringing_forwarded, ringing_queued. Defaults to `completed`. Note: if you subscribe to `completed`, SignalWire also sends a final `status: failed` webhook when the call is blocked by the Musubi call-scoring service (with `ErrorCode 20429`), the Do Not Originate registry, an empty endpoint list, or a temporary infrastructure error. No action is required for existing integrations; the new callbacks are additive.'
examples:
- - initiated
- ringing
Expand Down
Loading