From 52f0ca72a0e6c74e5aeff47c72b54ebbe9283854 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:51:43 +0000 Subject: [PATCH] Update OpenAPI for c178078c8d292896872cba73c7a3f7164e905c68 --- embedded/openapi/spec3.beta.sdk.json | 2 ++ embedded/openapi/spec3.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a52dcc5d..ebb13ee3 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -114854,6 +114854,7 @@ }, "/v1/issuing/authorizations/{authorization}/approve": { "post": { + "deprecated": true, "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": [ @@ -114946,6 +114947,7 @@ }, "/v1/issuing/authorizations/{authorization}/decline": { "post": { + "deprecated": true, "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 d0ef26e7..45fa2753 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -84307,6 +84307,7 @@ }, "/v1/issuing/authorizations/{authorization}/approve": { "post": { + "deprecated": true, "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": [ @@ -84399,6 +84400,7 @@ }, "/v1/issuing/authorizations/{authorization}/decline": { "post": { + "deprecated": true, "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": [