Skip to content

Commit

Permalink
Single file specifications refresh (be823e7)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 23, 2025
1 parent be823e7 commit b761fa8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generated/artifacts/openapi-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6514,6 +6514,11 @@
],
"description": "Error object that details why a Workflow Run is in Error status.",
"type": "object"
},
"customer_user_id": {
"description": "Customer-provided user identifier.",
"maxLength": 256,
"type": "string"
}
},
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6481,6 +6481,10 @@ components:
- $ref: '#/components/schemas/workflow_run_error'
description: Error object that details why a Workflow Run is in Error status.
type: object
customer_user_id:
description: Customer-provided user identifier.
maxLength: 256
type: string
type: object
webhook_event_payload:
properties:
Expand Down
5 changes: 5 additions & 0 deletions generated/artifacts/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5675,6 +5675,11 @@
} ],
"description" : "Error object that details why a Workflow Run is in Error status.",
"type" : "object"
},
"customer_user_id" : {
"description" : "Customer-provided user identifier.",
"maxLength" : 256,
"type" : "string"
}
},
"type" : "object"
Expand Down

0 comments on commit b761fa8

Please sign in to comment.