diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 98385330..5ba237ec 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -14108,7 +14108,7 @@ ] }, "use_browser_language": { - "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.
Version: 26.3.0.cl or later", + "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.", "type": "boolean", "nullable": true }, @@ -15002,7 +15002,7 @@ ] }, "use_browser_language": { - "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.
Version: 26.3.0.cl or later", + "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.", "type": "boolean", "nullable": true }, @@ -15468,14 +15468,14 @@ "type": "object", "properties": { "variable_assignment": { - "description": "Array of variable assignment objects specifying the variable identifier, values to assign, and the operation type (ADD, REMOVE, REPLACE, or RESET) to perform on each variable.", + "description": "Variables and values to update", "type": "array", "items": { "$ref": "#/components/schemas/VariableUpdateAssignmentInput" } }, "variable_value_scope": { - "description": "Array of scope objects defining where the variable values apply, including organization context, optional principal constraints (user or group), model reference for formula variables, and priority for conflict resolution.", + "description": "Variables and values to update", "type": "array", "items": { "$ref": "#/components/schemas/VariableUpdateScopeInput" @@ -17459,7 +17459,7 @@ }, "use_browser_language": { "type": "boolean", - "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.
Version: 26.3.0.cl or later", + "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.", "nullable": true }, "extended_properties": { @@ -20788,7 +20788,7 @@ "USER", "USER_GROUP" ], - "description": "Type of principal to filter by. Use USER to filter values assigned to specific users, or USER_GROUP to filter values assigned to groups.", + "description": "Principal type", "nullable": true }, "principal_identifier": { @@ -20798,11 +20798,11 @@ }, "model_identifier": { "type": "string", - "description": "Unique ID or name of the model to filter by. Applicable only for FORMULA_VARIABLE type.", + "description": "Model Identifier", "nullable": true } }, - "description": "Input for filtering variable values by scope in search operations" + "description": "Input for variable scope in search" }, "Variable": { "type": "object", @@ -20875,7 +20875,7 @@ "USER", "USER_GROUP" ], - "description": "Type of principal to which this value applies. Use USER to assign the value to a specific user, or USER_GROUP to assign it to a group.", + "description": "Principal type", "nullable": true }, "principal_identifier": { @@ -22190,7 +22190,7 @@ }, "preferred_locale": { "type": "string", - "description": "Locale for the user. When setting this value, do not set use_browser_language to true, otherwise the browser's language setting will take precedence and the preferred_locale value will be ignored.", + "description": "Locale for the user.", "nullable": true, "enum": [ "en-CA", @@ -22224,7 +22224,7 @@ }, "use_browser_language": { "type": "boolean", - "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.
Version: 26.3.0.cl or later", + "description": "Flag to indicate whether to use the browser locale for the user in the UI.\nWhen set to true, the preferred_locale value is unset and the browser's\nlanguage setting takes precedence.", "nullable": true } } @@ -24845,7 +24845,7 @@ "USER", "USER_GROUP" ], - "description": "Type of principal to which the variable value applies. Use USER to assign values to a specific user, or USER_GROUP to assign values to a group.", + "description": "Principal type", "nullable": true }, "principal_identifier": { @@ -24855,17 +24855,17 @@ }, "model_identifier": { "type": "string", - "description": "Unique ID or name of the model. Required for FORMULA_VARIABLE type to scope the variable value to a specific worksheet.", + "description": "Unique ID of the model", "nullable": true }, "priority": { "type": "integer", "format": "int32", - "description": "The priority level for this scope assignment, used for conflict resolution when multiple values match. Higher priority values (larger numbers) take precedence.", + "description": "Priority level", "nullable": true } }, - "description": "Input for defining the scope of variable value assignments in batch update operations" + "description": "Input for variable value update in batch operations" }, "CreateEmailCustomizationResponse": { "type": "object", @@ -25045,6 +25045,10 @@ "type": "boolean", "description": "Whether to hide contact support url.
Version: 26.2.0.cl or later", "nullable": true + }, + "hide_logo_url": { + "type": "boolean", + "nullable": true } }, "description": "Email customization configuration properties"