Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 23, 2024
1 parent 5406d3c commit eab439c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions embedded/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

0 comments on commit eab439c

Please sign in to comment.