Skip to content

Commit

Permalink
Single file specifications refresh (5553b79)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 18, 2024
1 parent 5553b79 commit 12daa82
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@ -3534,6 +3534,11 @@
"nullable": true,
"type": "array"
},
"customer_user_id": {
"description": "Customer-provided user identifier.",
"maxLength": 256,
"type": "string"
},
"link": {
"$ref": "#/components/schemas/workflow_run_shared_link"
},
Expand Down
5 changes: 5 additions & 0 deletions generated/artifacts/openapi-yaml/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,7 @@ components:
output: "{}"
applicant_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
updated_at: 2000-01-23T04:56:07.000+00:00
customer_user_id: customer_user_id
id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
workflow_version_id: 0
dashboard_url: dashboard_url
Expand Down Expand Up @@ -2548,6 +2549,10 @@ components:
maxItems: 30
nullable: true
type: array
customer_user_id:
description: Customer-provided user identifier.
maxLength: 256
type: string
link:
$ref: '#/components/schemas/workflow_run_shared_link'
created_at:
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 @@ -3273,6 +3273,11 @@
"nullable" : true,
"type" : "array"
},
"customer_user_id" : {
"description" : "Customer-provided user identifier.",
"maxLength" : 256,
"type" : "string"
},
"link" : {
"$ref" : "#/components/schemas/workflow_run_shared_link"
},
Expand Down

0 comments on commit 12daa82

Please sign in to comment.