Skip to content

Commit

Permalink
OpenAPI Update (#603)
Browse files Browse the repository at this point in the history
Update OpenAPI for 979b0b5661f375b5610cbf3ab1f3e3d946c6f3dd

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Jan 8, 2024
1 parent e8317d9 commit 5332b8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -25720,7 +25720,7 @@
"$ref": "#/components/schemas/issuing_cardholder_user_terms_acceptance"
}
],
"description": "Information about cardholder acceptance of [Authorized User Terms](https://stripe.com/docs/issuing/cards).",
"description": "Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.",
"nullable": true
}
},
Expand Down Expand Up @@ -26269,13 +26269,13 @@
"description": "",
"properties": {
"date": {
"description": "The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.",
"description": "The Unix timestamp marking when the cardholder accepted the Authorized User Terms.",
"format": "unix-time",
"nullable": true,
"type": "integer"
},
"ip": {
"description": "The IP address from which the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.",
"description": "The IP address from which the cardholder accepted the Authorized User Terms.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down Expand Up @@ -108689,7 +108689,7 @@
"description": "Information related to the card_issuing program for this cardholder.",
"properties": {
"user_terms_acceptance": {
"description": "Information about cardholder acceptance of [Authorized User Terms](https://stripe.com/docs/issuing/cards).",
"description": "Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.",
"properties": {
"date": {
"description": "The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.",
Expand Down Expand Up @@ -110022,7 +110022,7 @@
"description": "Information related to the card_issuing program for this cardholder.",
"properties": {
"user_terms_acceptance": {
"description": "Information about cardholder acceptance of [Authorized User Terms](https://stripe.com/docs/issuing/cards).",
"description": "Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.",
"properties": {
"date": {
"description": "The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.",
Expand Down
6 changes: 3 additions & 3 deletions embedded/openapi/spec3.json
Expand Up @@ -17626,7 +17626,7 @@
"$ref": "#/components/schemas/issuing_cardholder_user_terms_acceptance"
}
],
"description": "Information about cardholder acceptance of [Authorized User Terms](https://stripe.com/docs/issuing/cards).",
"description": "Information about cardholder acceptance of Celtic [Authorized User Terms](https://stripe.com/docs/issuing/cards#accept-authorized-user-terms). Required for cards backed by a Celtic program.",
"nullable": true
}
},
Expand Down Expand Up @@ -18152,13 +18152,13 @@
"description": "",
"properties": {
"date": {
"description": "The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.",
"description": "The Unix timestamp marking when the cardholder accepted the Authorized User Terms.",
"format": "unix-time",
"nullable": true,
"type": "integer"
},
"ip": {
"description": "The IP address from which the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users.",
"description": "The IP address from which the cardholder accepted the Authorized User Terms.",
"maxLength": 5000,
"nullable": true,
"type": "string"
Expand Down

0 comments on commit 5332b8d

Please sign in to comment.