Skip to content

Commit d15aa07

Browse files
committed
Update openapiSpecv3-2_0.json
1 parent bb32ec0 commit d15aa07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-spec/openapiSpecv3-2_0.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@
21392139
"/api/rest/2.0/metadata/liveboard/data": {
21402140
"post": {
21412141
"operationId": "fetchLiveboardData",
2142-
"description": "\nFetches Liveboard data. Requires at least view access to the Liveboard. <br/> <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nGets data from a Liveboard object and its visualization. \n\nRequires at least view access to the Liveboard.\n\n#### Usage guidelines\n\nIn the request body, specify the GUID or name of the Liveboard. To get data for specific visualizations, add the GUIDs or names of the visualizations in the API request.\n\nTo include unsaved changes in the report, pass the `transient_pinboard_content` script generated from the `getExportRequestForCurrentPinboard` method in the Visual Embed SDK. Upon successful execution, the API returns the report with unsaved changes. If the new Liveboard experience mode, the transient content includes ad hoc changes to visualizations such as sorting, toggling of legends, and data drill down.\n\n\n\n\n#### Endpoint URL\n",
2142+
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nGets data from a Liveboard object and its visualization. \n\nRequires at least view access to the Liveboard.\n\n#### Usage guidelines\n\nIn the request body, specify the GUID or name of the Liveboard. To get data for specific visualizations, add the GUIDs or names of the visualizations in the API request.\n\nTo include unsaved changes in the report, pass the `transient_pinboard_content` script generated from the `getExportRequestForCurrentPinboard` method in the Visual Embed SDK. Upon successful execution, the API returns the report with unsaved changes. If the new Liveboard experience mode, the transient content includes ad hoc changes to visualizations such as sorting, toggling of legends, and data drill down.\n\n\n\n\n#### Endpoint URL\n",
21432143
"tags": [
21442144
"Data",
21452145
"9.0.0.cl"
@@ -2268,7 +2268,7 @@
22682268
"/api/rest/2.0/metadata/answer/data": {
22692269
"post": {
22702270
"operationId": "fetchAnswerData",
2271-
"description": "\nFetches data from a saved Answer. Requires at least view access to the Answer object. <br/> <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nFetches data from a saved Answer.\n\nRequires at least view access to the saved Answer.\n\n\n\n\n#### Endpoint URL\n",
2271+
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nFetches data from a saved Answer.\n\nRequires at least view access to the saved Answer.\n\n\n\n\n#### Endpoint URL\n",
22722272
"tags": [
22732273
"Data",
22742274
"9.0.0.cl"
@@ -4349,7 +4349,7 @@
43494349
"/api/rest/2.0/orgs/create": {
43504350
"post": {
43514351
"operationId": "createOrg",
4352-
"description": "\nCreates an Org. Requires cluster administration privileges. <br/> <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nCreates an Org object.\n\nTo use this API, the [Orgs](https://docs.thoughtspot.com/cloud/latest/orgs-overview) feature must be enabled in your cluster.\n\nRequires cluster administration (**Can administer Org**) privileges.\n\n\n\n\n#### Endpoint URL\n",
4352+
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nCreates an Org object.\n\nTo use this API, the [Orgs](https://docs.thoughtspot.com/cloud/latest/orgs-overview) feature must be enabled in your cluster.\n\nRequires cluster administration (**Can administer Org**) privileges.\n\n\n\n\n#### Endpoint URL\n",
43534353
"tags": [
43544354
"Orgs",
43554355
"9.0.0.cl"
@@ -4448,7 +4448,7 @@
44484448
"/api/rest/2.0/orgs/{org_identifier}/update": {
44494449
"post": {
44504450
"operationId": "updateOrg",
4451-
"description": "\nUpdates an Org. Requires cluster administration privileges. <br/> <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nUpdates an Org object. You can modify Org properties such as name, description, and user associations.\n\nRequires cluster administration (**Can administer Org**) privileges.\n\n\n\n\n#### Endpoint URL\n",
4451+
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nUpdates an Org object. You can modify Org properties such as name, description, and user associations.\n\nRequires cluster administration (**Can administer Org**) privileges.\n\n\n\n\n#### Endpoint URL\n",
44524452
"tags": [
44534453
"Orgs",
44544454
"9.0.0.cl"
@@ -4544,7 +4544,7 @@
45444544
"/api/rest/2.0/orgs/{org_identifier}/delete": {
45454545
"post": {
45464546
"operationId": "deleteOrg",
4547-
"description": "\nDeletes an Org. Requires cluster administration privileges. <br/> <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nDeletes an Org object from the ThoughtSpot system.\n\nRequires cluster administration (**Can administer Org**) privilege.\n\nWhen you delete an Org, all its users and objects created in that Org context are removed. However, if the users in the deleted Org also exists in other Orgs, they are removed only from the deleted Org.\n\n\n\n\n#### Endpoint URL\n",
4547+
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\nDeletes an Org object from the ThoughtSpot system.\n\nRequires cluster administration (**Can administer Org**) privilege.\n\nWhen you delete an Org, all its users and objects created in that Org context are removed. However, if the users in the deleted Org also exists in other Orgs, they are removed only from the deleted Org.\n\n\n\n\n#### Endpoint URL\n",
45484548
"tags": [
45494549
"Orgs",
45504550
"9.0.0.cl"

0 commit comments

Comments
 (0)