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": [