Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 16, 2024
1 parent f0bd6b0 commit efa7690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -229956,7 +229956,7 @@
},
"/v1/test_helpers/issuing/cards/{card}/shipping/submit": {
"post": {
"description": "<p>Updates the shipping status of the specified Issuing <code>Card</code> object to <code>submitted</code>. This method is only available with Stripe Version ‘2024-09-30.acacia’ or above.</p>",
"description": "<p>Updates the shipping status of the specified Issuing <code>Card</code> object to <code>submitted</code>. This method requires Stripe Version ‘2024-09-30.acacia’ or later.</p>",
"operationId": "PostTestHelpersIssuingCardsCardShippingSubmit",
"parameters": [
{
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215870,8 +215870,8 @@ paths:
post:
description: >-
<p>Updates the shipping status of the specified Issuing
<code>Card</code> object to <code>submitted</code>. This method is only
available with Stripe Version ‘2024-09-30.acacia’ or above.</p>
<code>Card</code> object to <code>submitted</code>. This method requires
Stripe Version ‘2024-09-30.acacia’ or later.</p>
operationId: PostTestHelpersIssuingCardsCardShippingSubmit
parameters:
- in: path
Expand Down

0 comments on commit efa7690

Please sign in to comment.