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 Jul 23, 2024
1 parent e97039c commit a319bdc
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
44 changes: 44 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -69368,6 +69368,12 @@
"format": "unix-time",
"type": "integer"
},
"display_name": {
"description": "The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"features": {
"$ref": "#/components/schemas/treasury.financial_account_features"
},
Expand Down Expand Up @@ -206357,6 +206363,10 @@
"content": {
"application/x-www-form-urlencoded": {
"encoding": {
"display_name": {
"explode": true,
"style": "deepObject"
},
"expand": {
"explode": true,
"style": "deepObject"
Expand All @@ -206381,6 +206391,21 @@
"schema": {
"additionalProperties": false,
"properties": {
"display_name": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts."
},
"expand": {
"description": "Specifies which fields in the response should be expanded.",
"items": {
Expand Down Expand Up @@ -206708,6 +206733,10 @@
"content": {
"application/x-www-form-urlencoded": {
"encoding": {
"display_name": {
"explode": true,
"style": "deepObject"
},
"expand": {
"explode": true,
"style": "deepObject"
Expand All @@ -206728,6 +206757,21 @@
"schema": {
"additionalProperties": false,
"properties": {
"display_name": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The display name for the FinancialAccount. Use this field to customize the names of the FinancialAccounts for your connected accounts. Unlike the `nickname` field, `display_name` is not internal metadata and will be exposed to connected accounts."
},
"expand": {
"description": "Specifies which fields in the response should be expanded.",
"items": {
Expand Down
41 changes: 41 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62811,6 +62811,15 @@ components:
Unix epoch.
format: unix-time
type: integer
display_name:
description: >-
The display name for the FinancialAccount. Use this field to
customize the names of the FinancialAccounts for your connected
accounts. Unlike the `nickname` field, `display_name` is not
internal metadata and will be exposed to connected accounts.
maxLength: 5000
nullable: true
type: string
features:
$ref: '#/components/schemas/treasury.financial_account_features'
financial_addresses:
Expand Down Expand Up @@ -194185,6 +194194,9 @@ paths:
content:
application/x-www-form-urlencoded:
encoding:
display_name:
explode: true
style: deepObject
expand:
explode: true
style: deepObject
Expand All @@ -194203,6 +194215,19 @@ paths:
schema:
additionalProperties: false
properties:
display_name:
anyOf:
- maxLength: 5000
type: string
- enum:
- ''
type: string
description: >-
The display name for the FinancialAccount. Use this field to
customize the names of the FinancialAccounts for your
connected accounts. Unlike the `nickname` field,
`display_name` is not internal metadata and will be exposed
to connected accounts.
expand:
description: Specifies which fields in the response should be expanded.
items:
Expand Down Expand Up @@ -194485,6 +194510,9 @@ paths:
content:
application/x-www-form-urlencoded:
encoding:
display_name:
explode: true
style: deepObject
expand:
explode: true
style: deepObject
Expand All @@ -194500,6 +194528,19 @@ paths:
schema:
additionalProperties: false
properties:
display_name:
anyOf:
- maxLength: 5000
type: string
- enum:
- ''
type: string
description: >-
The display name for the FinancialAccount. Use this field to
customize the names of the FinancialAccounts for your
connected accounts. Unlike the `nickname` field,
`display_name` is not internal metadata and will be exposed
to connected accounts.
expand:
description: Specifies which fields in the response should be expanded.
items:
Expand Down

0 comments on commit a319bdc

Please sign in to comment.