Skip to content

Commit

Permalink
OpenAPI Update (#964)
Browse files Browse the repository at this point in the history
Update OpenAPI for a12effe57dcf3553f6dffe541d0a48c7cf1c26ae

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Oct 21, 2024
1 parent 86db56d commit db7b679
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion embedded/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

0 comments on commit db7b679

Please sign in to comment.