You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Apis/DatasetApi.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ All URIs are relative to *https://dev.api.cosmotech.com*
28
28
|[**searchDatasets**](DatasetApi.md#searchDatasets)|**POST** /organizations/{organization_id}/datasets/search | Search Datasets by tags |
29
29
|[**setDatasetDefaultSecurity**](DatasetApi.md#setDatasetDefaultSecurity)|**POST** /organizations/{organization_id}/datasets/{dataset_id}/security/default | Set the Dataset default security |
30
30
|[**twingraphBatchQuery**](DatasetApi.md#twingraphBatchQuery)|**POST** /organizations/{organization_id}/datasets/{dataset_id}/batch-query | Run a query on a graph instance and return the result as a zip file in async mode |
31
-
|[**twingraphBatchUpdate**](DatasetApi.md#twingraphBatchUpdate)|**POST** /organizations/{organization_id}/datasets/{dataset_id}/batch | Async batch update by loading a CSV file on a graph instance |
31
+
|[**twingraphBatchUpdate**](DatasetApi.md#twingraphBatchUpdate)|**POST** /organizations/{organization_id}/datasets/{dataset_id}/batch | Async batch update by loading a CSV file on a graph instance |
32
32
|[**twingraphQuery**](DatasetApi.md#twingraphQuery)|**POST** /organizations/{organization_id}/datasets/{dataset_id}/twingraph | Return the result of a query made on the graph instance as a json |
Async batch update by loading a CSV file on a graph instance
705
+
Async batch update by loading a CSV file on a graph instance
706
706
707
707
Async batch update by loading a CSV file on a graph instance Note: This endpoint is activated only if `csm.platform.twincache.useGraphModule` property is set to true
708
708
@@ -754,7 +754,7 @@ Return the result of a query made on the graph instance as a json
|**organization\_id**|**String**| the Organization identifier |[default to null]|
340
-
|**Organization**|[**Organization**](../Models/Organization.md)|the new Organization details. This endpoint can't be used to update security ||
340
+
|**Organization**|[**Organization**](../Models/Organization.md)|The new Organization details. This endpoint can't be used to update : - id - ownerId - security||
341
341
342
342
### Return type
343
343
@@ -376,7 +376,7 @@ Update the specified access to User for an Organization
Copy file name to clipboardExpand all lines: doc/Apis/RunnerApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@ Update a runner
391
391
|**organization\_id**|**String**| the Organization identifier |[default to null]|
392
392
|**workspace\_id**|**String**| the Workspace identifier |[default to null]|
393
393
|**runner\_id**|**String**| the Runner identifier |[default to null]|
394
-
|**Runner**|[**Runner**](../Models/Runner.md)|the new Runner details. This endpoint can't be used to update ':'- id - ownerId - organizationId - workspaceId - creationDate - security ||
394
+
|**Runner**|[**Runner**](../Models/Runner.md)|The new Runner details. This endpoint can't be used to update : - id - ownerId - organizationId - workspaceId - creationDate - security||
395
395
396
396
### Return type
397
397
@@ -432,6 +432,6 @@ Update the specified access to User for a Runner
|**organization\_id**|**String**| the Organization identifier |[default to null]|
591
591
|**workspace\_id**|**String**| the Workspace identifier |[default to null]|
592
592
|**scenario\_id**|**String**| the Scenario identifier |[default to null]|
593
-
|**Scenario**|[**Scenario**](../Models/Scenario.md)|the new Scenario details. This endpoint can't be used to update ':'- id - ownerId - datasetList - solutionId - runTemplateId - parametersValues - security ||
593
+
|**Scenario**|[**Scenario**](../Models/Scenario.md)|The new Scenario details. This endpoint can't be used to update : - id - ownerId - datasetList - solutionId - runTemplateId - parametersValues - security||
594
594
595
595
### Return type
596
596
@@ -631,6 +631,6 @@ Update the specified access to User for a Scenario
|**organization\_id**|**String**| the Organization identifier |[default to null]|
521
521
|**solution\_id**|**String**| the Solution identifier |[default to null]|
522
-
|**Solution**|[**Solution**](../Models/Solution.md)| the new Solution details. This endpoint can't be used to update ':'- id - runTemplates - security ||
522
+
|**Solution**|[**Solution**](../Models/Solution.md)| the new Solution details. This endpoint can't be used to update : - id - runTemplates - security||
523
523
524
524
### Return type
525
525
@@ -559,7 +559,7 @@ Update the specified access to User for a Solution
|**organization\_id**|**String**| the Organization identifier |[default to null]|
520
520
|**workspace\_id**|**String**| the Workspace identifier |[default to null]|
521
-
|**Workspace**|[**Workspace**](../Models/Workspace.md)| The new Workspace details. This endpoint can't be used to update ':'- id - ownerId - security ||
521
+
|**Workspace**|[**Workspace**](../Models/Workspace.md)| The new Workspace details. This endpoint can't be used to update : - id - ownerId - security||
522
522
523
523
### Return type
524
524
@@ -558,7 +558,7 @@ Update the specified access to User for a Workspace
*DatasetApi* | [**setDatasetDefaultSecurity**](Apis/DatasetApi.md#setdatasetdefaultsecurity) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/security/default | Set the Dataset default security |
38
38
*DatasetApi* | [**twingraphBatchQuery**](Apis/DatasetApi.md#twingraphbatchquery) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch-query | Run a query on a graph instance and return the result as a zip file in async mode |
39
-
*DatasetApi* | [**twingraphBatchUpdate**](Apis/DatasetApi.md#twingraphbatchupdate) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch | Async batch update by loading a CSV file on a graph instance |
39
+
*DatasetApi* | [**twingraphBatchUpdate**](Apis/DatasetApi.md#twingraphbatchupdate) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch | Async batch update by loading a CSV file on a graph instance |
40
40
*DatasetApi* | [**twingraphQuery**](Apis/DatasetApi.md#twingraphquery) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/twingraph | Return the result of a query made on the graph instance as a json |
0 commit comments