diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 1f6eac95..17df6dcb 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -99144,6 +99144,7 @@ "style": "form" }, { + "description": "Only return disputes that were created during the given date interval.", "explode": true, "in": "query", "name": "created", @@ -101041,7 +101042,7 @@ }, "/v1/events/{id}": { "get": { - "description": "
Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.
", + "description": "Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.
", "operationId": "GetEventsId", "parameters": [ { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 5df03474..53dda5fb 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -79932,6 +79932,7 @@ "style": "form" }, { + "description": "Only return disputes that were created during the given date interval.", "explode": true, "in": "query", "name": "created", @@ -81363,7 +81364,7 @@ }, "/v1/events/{id}": { "get": { - "description": "Retrieves the details of an event. Supply the unique identifier of the event, which you might have received in a webhook.
", + "description": "Retrieves the details of an event if it was created in the last 30 days. Supply the unique identifier of the event, which you might have received in a webhook.
", "operationId": "GetEventsId", "parameters": [ {