Skip to content

Commit

Permalink
Update fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 21, 2024
1 parent 16014e5 commit a12effe
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
19 changes: 18 additions & 1 deletion openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3543,7 +3543,24 @@
"scheduled_query_run": {
"created": 1234567890,
"data_load_time": 1234567890,
"file": null,
"file": {
"created": 1721948551,
"expires_at": null,
"filename": "path",
"id": "file_1Pgag7B7WZ01zgkWJbdoNCXR",
"links": {
"data": [],
"has_more": false,
"object": "list",
"url": "/v1/file_links?file=file_1Pgag7B7WZ01zgkWJbdoNCXR"
},
"object": "file",
"purpose": "sigma_scheduled_query",
"size": 500,
"title": null,
"type": "csv",
"url": "https://sangeekp-15t6ai--upload-mydev.dev.stripe.me/v1/files/file_1Pgag7B7WZ01zgkWJbdoNCXR/contents"
},
"id": "sqr_1Pgc7AB7WZ01zgkWvpIic1Di",
"livemode": false,
"object": "scheduled_query_run",
Expand Down
18 changes: 17 additions & 1 deletion openapi/fixtures3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,23 @@ resources:
scheduled_query_run:
created: 1234567890
data_load_time: 1234567890
file: null
file:
created: 1721948551
expires_at: null
filename: path
id: file_1Pgag7B7WZ01zgkWJbdoNCXR
links:
data: []
has_more: false
object: list
url: /v1/file_links?file=file_1Pgag7B7WZ01zgkWJbdoNCXR
object: file
purpose: sigma_scheduled_query
size: 500
title: null
type: csv
url: >-
https://sangeekp-15t6ai--upload-mydev.dev.stripe.me/v1/files/file_1Pgag7B7WZ01zgkWJbdoNCXR/contents
id: sqr_1Pgc7AB7WZ01zgkWvpIic1Di
livemode: false
object: scheduled_query_run
Expand Down

0 comments on commit a12effe

Please sign in to comment.