Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions api-spec/openapiSpecv3-2_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/> <span class=\"since-beta-tag\">Version: 26.3.0.cl or later</span>",
"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
},
Expand Down Expand Up @@ -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. <br/> <span class=\"since-beta-tag\">Version: 26.3.0.cl or later</span>",
"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
},
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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. <br/> <span class=\"since-beta-tag\">Version: 26.3.0.cl or later</span>",
"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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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. <br/> <span class=\"since-beta-tag\">Version: 26.3.0.cl or later</span>",
"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
}
}
Expand Down Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -25045,6 +25045,10 @@
"type": "boolean",
"description": "Whether to hide contact support url. <br/> <span class=\"since-beta-tag\">Version: 26.2.0.cl or later</span>",
"nullable": true
},
"hide_logo_url": {
"type": "boolean",
"nullable": true
}
},
"description": "Email customization configuration properties"
Expand Down