Skip to content

Commit

Permalink
Add customer_user_id inside webhook event resource (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanePaulus authored Jan 23, 2025
1 parent 7887fd6 commit be823e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/webhooks/webhook_event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ properties:
allOf:
- $ref: ../workflow_runs/definitions.yaml#/workflow_run_error
description: Error object that details why a Workflow Run is in Error status.
customer_user_id:
type: string
maxLength: 256
description: Customer-provided user identifier.

webhook_event_object_status:
type: string
Expand Down

0 comments on commit be823e7

Please sign in to comment.