Skip to content

Commit

Permalink
Remove duplicated status from webhook event object (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored Oct 21, 2024
1 parent 9c127f2 commit 9c6f606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/webhooks/webhook_event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ webhook_event_object_status:
# ../reports/definitions.yaml#/report_status
- awaiting_data
- awaiting_approval
- cancelled
# - cancelled (already defined)
- complete
- withdrawn
# ../checks/definitions.yaml#/check_status
- in_progress
- awaiting_applicant
- complete
- withdrawn
# - complete (already defined)
# - withdrawn (already defined)
- paused
- reopened
description: The current state of the object, if available.
Expand Down

0 comments on commit 9c6f606

Please sign in to comment.