Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 19, 2023
1 parent 60054ca commit ccf293e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions 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
20 changes: 10 additions & 10 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85418,14 +85418,14 @@ paths:
'/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
<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.

You 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>
This 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:
- in: path
Expand Down Expand Up @@ -85497,14 +85497,14 @@ paths:
'/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
<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.

You 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>
This 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:
- in: path
Expand Down
4 changes: 2 additions & 2 deletions 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
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -81041,7 +81041,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 @@ -81133,7 +81133,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
20 changes: 10 additions & 10 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74337,14 +74337,14 @@ paths:
'/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
<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.

You 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>
This 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:
- in: path
Expand Down Expand Up @@ -74416,14 +74416,14 @@ paths:
'/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
<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.

You 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>
This 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:
- in: path
Expand Down
20 changes: 10 additions & 10 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67712,14 +67712,14 @@ paths:
'/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
<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.

You 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>
This 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:
- in: path
Expand Down Expand Up @@ -67791,14 +67791,14 @@ paths:
'/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
<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.

You 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>
This 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:
- in: path
Expand Down

0 comments on commit ccf293e

Please sign in to comment.