Skip to content

Commit

Permalink
OpenAPI Update (#457)
Browse files Browse the repository at this point in the history
Update OpenAPI for ccf293e84c28a7f557e92434b6ff858855f30a4c

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Sep 19, 2023
1 parent cd48e30 commit 138a43d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -93913,7 +93913,7 @@
},
"/v1/issuing/authorizations/{authorization}/approve": {
"post": {
"description": "<p>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. \nYou can also respond directly to the webhook request to approve an authorization (preferred). More details can be found <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">here</a>.</p>",
"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 @@ -94005,7 +94005,7 @@
},
"/v1/issuing/authorizations/{authorization}/decline": {
"post": {
"description": "<p>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.\nYou can also respond directly to the webhook request to decline an authorization (preferred). More details can be found <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">here</a>.</p>",
"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
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -77724,7 +77724,7 @@
},
"/v1/issuing/authorizations/{authorization}/approve": {
"post": {
"description": "<p>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. \nYou can also respond directly to the webhook request to approve an authorization (preferred). More details can be found <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">here</a>.</p>",
"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 @@ -77816,7 +77816,7 @@
},
"/v1/issuing/authorizations/{authorization}/decline": {
"post": {
"description": "<p>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.\nYou can also respond directly to the webhook request to decline an authorization (preferred). More details can be found <a href=\"/docs/issuing/controls/real-time-authorizations#authorization-handling\">here</a>.</p>",
"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 138a43d

Please sign in to comment.