Skip to content

Commit

Permalink
Update OpenAPI for c178078c8d292896872cba73c7a3f7164e905c68
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 16, 2024
1 parent 5f36e6e commit 52f0ca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -114854,6 +114854,7 @@
},
"/v1/issuing/authorizations/{authorization}/approve": {
"post": {
"deprecated": true,
"description": "<p>[Deprecated] Approves a pending Issuing <code>Authorization</code> object. This request should be made within the timeout window of the <a href=\"/docs/issuing/controls/real-time-authorizations\">real-time authorization</a> flow. \nThis method is deprecated. Instead, <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">respond directly to the webhook request to approve an authorization</a>.</p>",
"operationId": "PostIssuingAuthorizationsAuthorizationApprove",
"parameters": [
Expand Down Expand Up @@ -114946,6 +114947,7 @@
},
"/v1/issuing/authorizations/{authorization}/decline": {
"post": {
"deprecated": true,
"description": "<p>[Deprecated] Declines a pending Issuing <code>Authorization</code> object. This request should be made within the timeout window of the <a href=\"/docs/issuing/controls/real-time-authorizations\">real time authorization</a> flow.\nThis method is deprecated. Instead, <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">respond directly to the webhook request to decline an authorization</a>.</p>",
"operationId": "PostIssuingAuthorizationsAuthorizationDecline",
"parameters": [
Expand Down
2 changes: 2 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -84307,6 +84307,7 @@
},
"/v1/issuing/authorizations/{authorization}/approve": {
"post": {
"deprecated": true,
"description": "<p>[Deprecated] Approves a pending Issuing <code>Authorization</code> object. This request should be made within the timeout window of the <a href=\"/docs/issuing/controls/real-time-authorizations\">real-time authorization</a> flow. \nThis method is deprecated. Instead, <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">respond directly to the webhook request to approve an authorization</a>.</p>",
"operationId": "PostIssuingAuthorizationsAuthorizationApprove",
"parameters": [
Expand Down Expand Up @@ -84399,6 +84400,7 @@
},
"/v1/issuing/authorizations/{authorization}/decline": {
"post": {
"deprecated": true,
"description": "<p>[Deprecated] Declines a pending Issuing <code>Authorization</code> object. This request should be made within the timeout window of the <a href=\"/docs/issuing/controls/real-time-authorizations\">real time authorization</a> flow.\nThis method is deprecated. Instead, <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">respond directly to the webhook request to decline an authorization</a>.</p>",
"operationId": "PostIssuingAuthorizationsAuthorizationDecline",
"parameters": [
Expand Down

0 comments on commit 52f0ca7

Please sign in to comment.