|
3531 | 3531 | },
|
3532 | 3532 | "/api/rest/2.0/customization/email": {
|
3533 | 3533 | "post": {
|
3534 |
| - "operationId": "createEmailCustomisation", |
3535 |
| - "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nCreates a custom configuration for the email customisation\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n#### Usage guidelines\n\nTo create a custom confuguration:\n\n1. Pass these parameters in your API request.\n\n- A JSON map of configuration attributes `template_properties`. The following example shows the configuration attribures for a csutom configuration:\n\n```\n{\n {\n \"logoUrl\": \"<logo_url>\",\n \"homeUrl\": \"<home_url>\",\n \"productName\": \"<Company Name in the Mail>\",\n \"footerAddress\": \"<address to be visible in the footer>\",\n \"ctaButtonBgColor\": \"#444DEA\",\n \"ctaTextFontColor\": \"#FFFFFF\",\n \"primaryBgColor\": \"#D3DEF0\",\n \"hideMobileAppNudge\": <true/false>,\n \"hideTsVocabularyDefinitions\": <true/false>e,\n \"hideProductName\": <true/false>,\n \"hideFooterPhone\": <true/false>,\n \"hideFooterAddress\": <true/false>,\n \"hidePrivacyPolicy\": <true/false>,\n \"hideManageNotification\": <true/false>,\n \"fontfamily\": \"<to maintain a single font in the entire email>\"\n }\n}\n```\n\n\n\n\n#### Endpoint URL\n", |
| 3534 | + "operationId": "createEmailCustomization", |
| 3535 | + "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nCreates a custom configuration for the email customization\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n#### Usage guidelines\n\nTo create a custom confuguration:\n\n1. Pass these parameters in your API request.\n\n- A JSON map of configuration attributes `template_properties`. The following example shows the configuration attribures for a csutom configuration:\n\n```\n{\n {\n \"logoUrl\": \"<logo_url>\",\n \"homeUrl\": \"<home_url>\",\n \"productName\": \"<Company Name in the Mail>\",\n \"footerAddress\": \"<address to be visible in the footer>\",\n \"ctaButtonBgColor\": \"#444DEA\",\n \"ctaTextFontColor\": \"#FFFFFF\",\n \"primaryBgColor\": \"#D3DEF0\",\n \"hideMobileAppNudge\": <true/false>,\n \"hideTsVocabularyDefinitions\": <true/false>e,\n \"hideProductName\": <true/false>,\n \"hideFooterPhone\": <true/false>,\n \"hideFooterAddress\": <true/false>,\n \"hidePrivacyPolicy\": <true/false>,\n \"hideManageNotification\": <true/false>,\n \"fontfamily\": \"<to maintain a single font in the entire email>\"\n }\n}\n```\n\n\n\n\n#### Endpoint URL\n", |
3536 | 3536 | "tags": [
|
3537 |
| - "Email Customisation", |
| 3537 | + "Email Customization", |
3538 | 3538 | "10.10.0.cl"
|
3539 | 3539 | ],
|
3540 | 3540 | "requestBody": {
|
|
3563 | 3563 | "content": {
|
3564 | 3564 | "application/json": {
|
3565 | 3565 | "schema": {
|
3566 |
| - "$ref": "#/components/schemas/CreateEmailCustomisationResponse" |
| 3566 | + "$ref": "#/components/schemas/CreateEmailCustomizationResponse" |
3567 | 3567 | }
|
3568 | 3568 | }
|
3569 | 3569 | }
|
|
3603 | 3603 | },
|
3604 | 3604 | "/api/rest/2.0/customization/email/{template_identifier}/delete": {
|
3605 | 3605 | "post": {
|
3606 |
| - "operationId": "deleteEmailCustomisation", |
3607 |
| - "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nDeletes the configuration for the email customisation.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n#### Usage guidelines\n\nDeletes the configuration available for the cluster/org. Pass the `template_identifier` in the API request.\n\nNote: `template_identifier` can be fetched from search API request.\n\n\n\n\n#### Endpoint URL\n", |
| 3606 | + "operationId": "deleteEmailCustomization", |
| 3607 | + "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nDeletes the configuration for the email customization.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n#### Usage guidelines\n\nDeletes the configuration available for the cluster/org. Pass the `template_identifier` in the API request.\n\nNote: `template_identifier` can be fetched from search API request.\n\n\n\n\n#### Endpoint URL\n", |
3608 | 3608 | "tags": [
|
3609 |
| - "Email Customisation", |
| 3609 | + "Email Customization", |
3610 | 3610 | "10.10.0.cl"
|
3611 | 3611 | ],
|
3612 | 3612 | "parameters": [
|
|
3659 | 3659 | },
|
3660 | 3660 | "/api/rest/2.0/customization/email/search": {
|
3661 | 3661 | "post": {
|
3662 |
| - "operationId": "searchEmailCustomisation", |
3663 |
| - "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nSearch the email customisation configuration if any set for the ThoughtSpot system.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n#### Usage guidelines\n\nTo get the list of configurations set in the cluster/org.\n\n\n\n\n#### Endpoint URL\n", |
| 3662 | + "operationId": "searchEmailCustomization", |
| 3663 | + "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nSearch the email customization configuration if any set for the ThoughtSpot system.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n#### Usage guidelines\n\nTo get the list of configurations set in the cluster/org.\n\n\n\n\n#### Endpoint URL\n", |
3664 | 3664 | "tags": [
|
3665 |
| - "Email Customisation", |
| 3665 | + "Email Customization", |
3666 | 3666 | "10.10.0.cl"
|
3667 | 3667 | ],
|
3668 | 3668 | "parameters": [],
|
|
3674 | 3674 | "schema": {
|
3675 | 3675 | "type": "array",
|
3676 | 3676 | "items": {
|
3677 |
| - "$ref": "#/components/schemas/CreateEmailCustomisationResponse" |
| 3677 | + "$ref": "#/components/schemas/CreateEmailCustomizationResponse" |
3678 | 3678 | }
|
3679 | 3679 | }
|
3680 | 3680 | }
|
|
3715 | 3715 | },
|
3716 | 3716 | "/api/rest/2.0/customization/email/validate": {
|
3717 | 3717 | "post": {
|
3718 |
| - "operationId": "validateEmailCustomisation", |
3719 |
| - "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nValidates the email customisation configuration if any set for the ThoughtSpot system.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n\n\n\n#### Endpoint URL\n", |
| 3718 | + "operationId": "validateEmailCustomization", |
| 3719 | + "description": "\n<span class=\"since-beta-tag\">Beta</span> <span class=\"since-beta-tag\">Version: 10.10.0.cl or later</span>\n\nValidates the email customization configuration if any set for the ThoughtSpot system.\n\n#### Pre-requisites\n\nRequires `DEVELOPER` (**has developer privilege**) or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `_Has developer privilege` privilege is required.\nComs should be enabled on the cluster.\n\n\n\n\n#### Endpoint URL\n", |
3720 | 3720 | "tags": [
|
3721 |
| - "Email Customisation", |
| 3721 | + "Email Customization", |
3722 | 3722 | "10.10.0.cl"
|
3723 | 3723 | ],
|
3724 | 3724 | "parameters": [],
|
|
5792 | 5792 | "/api/rest/2.0/metadata/search": {
|
5793 | 5793 | "post": {
|
5794 | 5794 | "operationId": "searchMetadata",
|
5795 |
| - "description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nGets a list of metadata objects available on the ThoughtSpot system.\n\nThis API endpoint is available to all users who have view access to the object. Users with `ADMINISTRATION` (**Can administer ThoughtSpot**) privileges can view data for all metadata objects, including users and groups.\n\n#### Usage guidelines\n\n- To get all metadata objects, send the API request without any attributes.\n- To get metadata objects of a specific type, set the `type` attribute. For example, to fetch a Worksheet, set the type as `LOGICAL_TABLE`.\n- To get a specific metadata object, specify the GUID.\n- To customize your search and filter the API response, you can use several parameters.\n You can search for objects created or modified by specific users, by tags applied to the objects, or by using the include parameters like `include_auto_created_objects`, `include_dependent_objects`, `include_headers`, `include_incomplete_objects`, and so on.\n You can also define sorting options to sort the data retrieved in the API response.\n- To get discoverable objects when linientmodel is enabled you can use `include_discoverable_objects` as true else false. Default value is true.\n- For liveboard metadata type, to get the newer format, set the `liveboard_response_format` as V2. Default value is V1.\n\n**NOTE**: The following parameters support pagination of metadata records:\n\n- `tag_identifiers`\n- `type`\n- `created_by_user_identifiers`\n- `modified_by_user_identifiers`\n- `owned_by_user_identifiers`\n- `exclude_objects`\n- `include_auto_created_objects`\n- `favorite_object_options`\nIf you are using other parameters to search metadata, set `record_size` to `-1` and `record_offset` to `0`.\n\n\n\n\n#### Endpoint URL\n", |
| 5795 | + "description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nGets a list of metadata objects available on the ThoughtSpot system.\n\nThis API endpoint is available to all users who have view access to the object. Users with `ADMINISTRATION` (**Can administer ThoughtSpot**) privileges can view data for all metadata objects, including users and groups.\n\n#### Usage guidelines\n\n- To get all metadata objects, send the API request without any attributes.\n- To get metadata objects of a specific type, set the `type` attribute. For example, to fetch a Worksheet, set the type as `LOGICAL_TABLE`.\n- To filter metadata objects within type `LOGICAL_TABLE`, set the `subtypes` attribute. For example, to fetch a Worksheet, set the type as `LOGICAL_TABLE` & subtypes as `[WORKSHEET]`.\n- To get a specific metadata object, specify the GUID.\n- To customize your search and filter the API response, you can use several parameters.\n You can search for objects created or modified by specific users, by tags applied to the objects, or by using the include parameters like `include_auto_created_objects`, `include_dependent_objects`, `include_headers`, `include_incomplete_objects`, and so on.\n You can also define sorting options to sort the data retrieved in the API response.\n- To get discoverable objects when linientmodel is enabled you can use `include_discoverable_objects` as true else false. Default value is true.\n- For liveboard metadata type, to get the newer format, set the `liveboard_response_format` as V2. Default value is V1.\n\n**NOTE**: The following parameters support pagination of metadata records:\n\n- `tag_identifiers`\n- `type`\n- `subtypes`\n- `created_by_user_identifiers`\n- `modified_by_user_identifiers`\n- `owned_by_user_identifiers`\n- `exclude_objects`\n- `include_auto_created_objects`\n- `favorite_object_options`\nIf you are using other parameters to search metadata, set `record_size` to `-1` and `record_offset` to `0`.\n\n\n\n\n#### Endpoint URL\n", |
5796 | 5796 | "tags": [
|
5797 | 5797 | "Metadata",
|
5798 | 5798 | "9.0.0.cl"
|
|
10143 | 10143 | "content": {
|
10144 | 10144 | "application/json": {
|
10145 | 10145 | "schema": {
|
10146 |
| - "type": "object" |
| 10146 | + "$ref": "#/components/schemas/SystemOverrideInfo" |
10147 | 10147 | }
|
10148 | 10148 | }
|
10149 | 10149 | }
|
|
14030 | 14030 | }
|
14031 | 14031 | }
|
14032 | 14032 | },
|
| 14033 | + "SystemOverrideInfo": { |
| 14034 | + "type": "object", |
| 14035 | + "properties": { |
| 14036 | + "config_override_info": { |
| 14037 | + "type": "object", |
| 14038 | + "nullable": true |
| 14039 | + } |
| 14040 | + } |
| 14041 | + }, |
14033 | 14042 | "OrgResponse": {
|
14034 | 14043 | "type": "object",
|
14035 | 14044 | "properties": {
|
|
14371 | 14380 | ],
|
14372 | 14381 | "description": "Type of metadata. Required if the name of the object is set as identifier. This attribute is optional when the object GUID is specified as identifier.\n1. Liveboard\n2. Answers\n3. LOGICAL_TABLE for any data object such as table, worksheet or view.\n4. LOGICAL_COLUMN for a column of any data object such as table, worksheet or view.\n5. CONNECTION for creating or modify data connections.\n6. TAG for tag objects.\n7. USER for user objects.\n8. USER_GROUP for group objects.\n9. LOGICAL_RELATIONSHIP for table or worksheet joins. A join combines from one or several data object by using matching values\n10. INSIGHT_SPEC for SpotIQ objects",
|
14373 | 14382 | "nullable": true
|
| 14383 | + }, |
| 14384 | + "subtypes": { |
| 14385 | + "type": "array", |
| 14386 | + "items": { |
| 14387 | + "type": "string", |
| 14388 | + "enum": [ |
| 14389 | + "ONE_TO_ONE_LOGICAL", |
| 14390 | + "WORKSHEET", |
| 14391 | + "PRIVATE_WORKSHEET", |
| 14392 | + "USER_DEFINED", |
| 14393 | + "AGGR_WORKSHEET", |
| 14394 | + "SQL_VIEW" |
| 14395 | + ] |
| 14396 | + }, |
| 14397 | + "description": "List of subtype of metadata. Applies for LOGICAL_TABLE type with the following valid values.\n1. ONE_TO_ONE_LOGICAL\n2. WORKSHEET\n3. PRIVATE_WORKSHEET.\n4. USER_DEFINED.\n5. AGGR_WORKSHEET.\n6. SQL_VIEW <br/> <span class=\"since-beta-tag\">Version: 10.11.0.cl or later</span>", |
| 14398 | + "nullable": true |
14374 | 14399 | }
|
14375 | 14400 | }
|
14376 | 14401 | },
|
@@ -16411,13 +16436,13 @@
|
16411 | 16436 | "VariableValue": {
|
16412 | 16437 | "type": "object",
|
16413 | 16438 | "required": [
|
16414 |
| - "value", |
16415 | 16439 | "org_identifier"
|
16416 | 16440 | ],
|
16417 | 16441 | "properties": {
|
16418 | 16442 | "value": {
|
16419 | 16443 | "type": "string",
|
16420 |
| - "description": "The value of the variable" |
| 16444 | + "description": "The value of the variable", |
| 16445 | + "nullable": true |
16421 | 16446 | },
|
16422 | 16447 | "org_identifier": {
|
16423 | 16448 | "type": "string",
|
|
19259 | 19284 | },
|
19260 | 19285 | "description": "Input for variable value update"
|
19261 | 19286 | },
|
19262 |
| - "CreateEmailCustomisationResponse": { |
| 19287 | + "CreateEmailCustomizationResponse": { |
19263 | 19288 | "type": "object",
|
19264 | 19289 | "required": [
|
19265 | 19290 | "tenant_id",
|
|
0 commit comments