Skip to content

Commit

Permalink
OpenAPI Update (#953)
Browse files Browse the repository at this point in the history
Update OpenAPI for 77e5c0d6b465b73f525d90736aeba60f783d5d7f

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Aug 10, 2024
1 parent e19be7d commit 5a773b9
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions embedded/openapi/fixtures3.beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3933,15 +3933,31 @@
"scheduled_query_run": {
"created": 1234567890,
"data_load_time": 1234567890,
"error": "Could not display example response. Please contact support at https://support.stripe.com/contact/.",
"file": null,
"id": "",
"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",
"result_available_until": 1234567890,
"sql": "",
"status": "",
"title": ""
"sql": "SELECT count(*) from charges",
"status": "completed",
"title": "Count all charges"
},
"setup_attempt": {
"application": null,
Expand Down

0 comments on commit 5a773b9

Please sign in to comment.