From bc08c82a5a09725da3a766a05693bfdc8c2416ad Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:38:17 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 5 ++--- openapi/spec3.beta.sdk.yaml | 3 +-- openapi/spec3.json | 5 ++--- openapi/spec3.sdk.json | 5 ++--- openapi/spec3.sdk.yaml | 3 +-- openapi/spec3.yaml | 3 +-- 6 files changed, 9 insertions(+), 15 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index d8c67400..efffd5a1 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -80717,15 +80717,14 @@ "type": "object" }, "timestamp": { - "description": "The time of the event. Measured in seconds since the Unix epoch.", + "description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.", "format": "unix-time", "type": "integer" } }, "required": [ "event_name", - "payload", - "timestamp" + "payload" ], "type": "object" } diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 39c4dd74..79549a6f 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -73183,13 +73183,12 @@ paths: timestamp: description: >- The time of the event. Measured in seconds since the Unix - epoch. + epoch. Defaults to current timestamp if not specified. format: unix-time type: integer required: - event_name - payload - - timestamp type: object required: true responses: diff --git a/openapi/spec3.json b/openapi/spec3.json index bfee045f..26b65b58 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -59659,15 +59659,14 @@ "type": "object" }, "timestamp": { - "description": "The time of the event. Measured in seconds since the Unix epoch.", + "description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.", "format": "unix-time", "type": "integer" } }, "required": [ "event_name", - "payload", - "timestamp" + "payload" ], "type": "object" } diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 266b02f2..fc4414b1 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -69330,15 +69330,14 @@ "type": "object" }, "timestamp": { - "description": "The time of the event. Measured in seconds since the Unix epoch.", + "description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.", "format": "unix-time", "type": "integer" } }, "required": [ "event_name", - "payload", - "timestamp" + "payload" ], "type": "object" } diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index f17557f7..b1e7825a 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -63244,13 +63244,12 @@ paths: timestamp: description: >- The time of the event. Measured in seconds since the Unix - epoch. + epoch. Defaults to current timestamp if not specified. format: unix-time type: integer required: - event_name - payload - - timestamp type: object required: true responses: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index b77f5ad8..aaba6482 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -54048,13 +54048,12 @@ paths: timestamp: description: >- The time of the event. Measured in seconds since the Unix - epoch. + epoch. Defaults to current timestamp if not specified. format: unix-time type: integer required: - event_name - payload - - timestamp type: object required: true responses: