diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 04966e9a..e23fa1ef 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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" }, @@ -206357,6 +206363,10 @@ "content": { "application/x-www-form-urlencoded": { "encoding": { + "display_name": { + "explode": true, + "style": "deepObject" + }, "expand": { "explode": true, "style": "deepObject" @@ -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": { @@ -206708,6 +206733,10 @@ "content": { "application/x-www-form-urlencoded": { "encoding": { + "display_name": { + "explode": true, + "style": "deepObject" + }, "expand": { "explode": true, "style": "deepObject" @@ -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": {