From ccf293e84c28a7f557e92434b6ff858855f30a4c Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:08:28 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 4 ++-- openapi/spec3.beta.sdk.yaml | 20 ++++++++++---------- openapi/spec3.json | 4 ++-- openapi/spec3.sdk.json | 4 ++-- openapi/spec3.sdk.yaml | 20 ++++++++++---------- openapi/spec3.yaml | 20 ++++++++++---------- 6 files changed, 36 insertions(+), 36 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index a2d592fc..7d90d031 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -93913,7 +93913,7 @@ }, "/v1/issuing/authorizations/{authorization}/approve": { "post": { - "description": "

Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nYou can also respond directly to the webhook request to approve an authorization (preferred). More details can be found here.

", + "description": "

[Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nThis method is deprecated. Instead, respond directly to the webhook request to approve an authorization.

", "operationId": "PostIssuingAuthorizationsAuthorizationApprove", "parameters": [ { @@ -94005,7 +94005,7 @@ }, "/v1/issuing/authorizations/{authorization}/decline": { "post": { - "description": "

Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.\nYou can also respond directly to the webhook request to decline an authorization (preferred). More details can be found here.

", + "description": "

[Deprecated] Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.\nThis method is deprecated. Instead, respond directly to the webhook request to decline an authorization.

", "operationId": "PostIssuingAuthorizationsAuthorizationDecline", "parameters": [ { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 0f2ea40a..b38a02e6 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -85418,14 +85418,14 @@ paths: '/v1/issuing/authorizations/{authorization}/approve': post: description: >- -

Approves a pending Issuing Authorization object. This - request should be made within the timeout window of the [Deprecated] Approves a pending Issuing Authorization + object. This request should be made within the timeout window of the real-time authorization flow. - You can also respond directly to the webhook request to approve an - authorization (preferred). More details can be found here.

+ This method is deprecated. Instead, respond + directly to the webhook request to approve an authorization.

operationId: PostIssuingAuthorizationsAuthorizationApprove parameters: - in: path @@ -85497,14 +85497,14 @@ paths: '/v1/issuing/authorizations/{authorization}/decline': post: description: >- -

Declines a pending Issuing Authorization object. This - request should be made within the timeout window of the [Deprecated] Declines a pending Issuing Authorization + object. This request should be made within the timeout window of the real time authorization flow. - You can also respond directly to the webhook request to decline an - authorization (preferred). More details can be found here.

+ This method is deprecated. Instead, respond + directly to the webhook request to decline an authorization.

operationId: PostIssuingAuthorizationsAuthorizationDecline parameters: - in: path diff --git a/openapi/spec3.json b/openapi/spec3.json index f9042e3a..f2de6a8f 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -77724,7 +77724,7 @@ }, "/v1/issuing/authorizations/{authorization}/approve": { "post": { - "description": "

Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nYou can also respond directly to the webhook request to approve an authorization (preferred). More details can be found here.

", + "description": "

[Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nThis method is deprecated. Instead, respond directly to the webhook request to approve an authorization.

", "operationId": "PostIssuingAuthorizationsAuthorizationApprove", "parameters": [ { @@ -77816,7 +77816,7 @@ }, "/v1/issuing/authorizations/{authorization}/decline": { "post": { - "description": "

Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.\nYou can also respond directly to the webhook request to decline an authorization (preferred). More details can be found here.

", + "description": "

[Deprecated] Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.\nThis method is deprecated. Instead, respond directly to the webhook request to decline an authorization.

", "operationId": "PostIssuingAuthorizationsAuthorizationDecline", "parameters": [ { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index bb9678a0..18485372 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -81041,7 +81041,7 @@ }, "/v1/issuing/authorizations/{authorization}/approve": { "post": { - "description": "

Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nYou can also respond directly to the webhook request to approve an authorization (preferred). More details can be found here.

", + "description": "

[Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the real-time authorization flow. \nThis method is deprecated. Instead, respond directly to the webhook request to approve an authorization.

", "operationId": "PostIssuingAuthorizationsAuthorizationApprove", "parameters": [ { @@ -81133,7 +81133,7 @@ }, "/v1/issuing/authorizations/{authorization}/decline": { "post": { - "description": "

Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.\nYou can also respond directly to the webhook request to decline an authorization (preferred). More details can be found here.

", + "description": "

[Deprecated] Declines a pending Issuing Authorization object. This request should be made within the timeout window of the real time authorization flow.\nThis method is deprecated. Instead, respond directly to the webhook request to decline an authorization.

", "operationId": "PostIssuingAuthorizationsAuthorizationDecline", "parameters": [ { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index fcede0f4..73116c32 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -74337,14 +74337,14 @@ paths: '/v1/issuing/authorizations/{authorization}/approve': post: description: >- -

Approves a pending Issuing Authorization object. This - request should be made within the timeout window of the [Deprecated] Approves a pending Issuing Authorization + object. This request should be made within the timeout window of the real-time authorization flow. - You can also respond directly to the webhook request to approve an - authorization (preferred). More details can be found here.

+ This method is deprecated. Instead, respond + directly to the webhook request to approve an authorization.

operationId: PostIssuingAuthorizationsAuthorizationApprove parameters: - in: path @@ -74416,14 +74416,14 @@ paths: '/v1/issuing/authorizations/{authorization}/decline': post: description: >- -

Declines a pending Issuing Authorization object. This - request should be made within the timeout window of the [Deprecated] Declines a pending Issuing Authorization + object. This request should be made within the timeout window of the real time authorization flow. - You can also respond directly to the webhook request to decline an - authorization (preferred). More details can be found here.

+ This method is deprecated. Instead, respond + directly to the webhook request to decline an authorization.

operationId: PostIssuingAuthorizationsAuthorizationDecline parameters: - in: path diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index ee36b884..ca3946e8 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -67712,14 +67712,14 @@ paths: '/v1/issuing/authorizations/{authorization}/approve': post: description: >- -

Approves a pending Issuing Authorization object. This - request should be made within the timeout window of the [Deprecated] Approves a pending Issuing Authorization + object. This request should be made within the timeout window of the real-time authorization flow. - You can also respond directly to the webhook request to approve an - authorization (preferred). More details can be found here.

+ This method is deprecated. Instead, respond + directly to the webhook request to approve an authorization.

operationId: PostIssuingAuthorizationsAuthorizationApprove parameters: - in: path @@ -67791,14 +67791,14 @@ paths: '/v1/issuing/authorizations/{authorization}/decline': post: description: >- -

Declines a pending Issuing Authorization object. This - request should be made within the timeout window of the [Deprecated] Declines a pending Issuing Authorization + object. This request should be made within the timeout window of the real time authorization flow. - You can also respond directly to the webhook request to decline an - authorization (preferred). More details can be found here.

+ This method is deprecated. Instead, respond + directly to the webhook request to decline an authorization.

operationId: PostIssuingAuthorizationsAuthorizationDecline parameters: - in: path