diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 1f6eac95..17df6dcb 100644 --- a/openapi/spec3.beta.sdk.json +++ b/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/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 4306bd45..11079412 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -90497,7 +90497,10 @@ paths: maxLength: 5000 type: string style: form - - explode: true + - description: >- + Only return disputes that were created during the given date + interval. + explode: true in: query name: created required: false @@ -92040,8 +92043,9 @@ paths: '/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.

+

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: - description: Specifies which fields in the response should be expanded. diff --git a/openapi/spec3.json b/openapi/spec3.json index 5df03474..53dda5fb 100644 --- a/openapi/spec3.json +++ b/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": [ { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 28c2988d..d969da5f 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -85129,6 +85129,7 @@ "style": "form" }, { + "description": "Only return disputes that were created during the given date interval.", "explode": true, "in": "query", "name": "created", @@ -86595,7 +86596,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/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 1d59b401..fed2c592 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -78168,7 +78168,10 @@ paths: maxLength: 5000 type: string style: form - - explode: true + - description: >- + Only return disputes that were created during the given date + interval. + explode: true in: query name: created required: false @@ -79402,8 +79405,9 @@ paths: '/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.

+

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: - description: Specifies which fields in the response should be expanded. diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index ad5764fa..4d44d73e 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -70620,7 +70620,10 @@ paths: maxLength: 5000 type: string style: form - - explode: true + - description: >- + Only return disputes that were created during the given date + interval. + explode: true in: query name: created required: false @@ -71732,8 +71735,9 @@ paths: '/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.

+

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: - description: Specifies which fields in the response should be expanded.