From 138a43d86ef102215516cf0956a254c1927946f4 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:11:00 +0000 Subject: [PATCH] OpenAPI Update (#457) Update OpenAPI for ccf293e84c28a7f557e92434b6ff858855f30a4c Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 4 ++-- embedded/openapi/spec3.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a2d592fc..7d90d031 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/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/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index f9042e3a..f2de6a8f 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/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": [ {