diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES
index 8fad433..ef206e5 100644
--- a/.openapi-generator/FILES
+++ b/.openapi-generator/FILES
@@ -42,6 +42,7 @@ docs/Attribute.md
docs/AttributeBufferHeader.md
docs/AttributeBufferSize.md
docs/Backoff.md
+docs/ChangeAssetCredentialsRequest.md
docs/Datatype.md
docs/Dimension.md
docs/DimensionCoordinate.md
@@ -301,6 +302,7 @@ src/main/java/io/tiledb/cloud/rest_api/model/Attribute.java
src/main/java/io/tiledb/cloud/rest_api/model/AttributeBufferHeader.java
src/main/java/io/tiledb/cloud/rest_api/model/AttributeBufferSize.java
src/main/java/io/tiledb/cloud/rest_api/model/Backoff.java
+src/main/java/io/tiledb/cloud/rest_api/model/ChangeAssetCredentialsRequest.java
src/main/java/io/tiledb/cloud/rest_api/model/Datatype.java
src/main/java/io/tiledb/cloud/rest_api/model/Dimension.java
src/main/java/io/tiledb/cloud/rest_api/model/DimensionCoordinate.java
@@ -459,216 +461,3 @@ src/main/java/io/tiledb/cloud/rest_api/model/UDFSubarrayRange.java
src/main/java/io/tiledb/cloud/rest_api/model/UDFType.java
src/main/java/io/tiledb/cloud/rest_api/model/User.java
src/main/java/io/tiledb/cloud/rest_api/model/Writer.java
-src/test/java/io/tiledb/cloud/rest_api/api/ArrayApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/ArrayTasksApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/AssetsApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/FavoritesApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/FilesApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/GroupsApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/InvitationApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/NotebookApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/NotebooksApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/OrganizationApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/QueryApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/RegisteredTaskGraphsApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/SqlApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/StatsApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphLogsApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphsApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/TasksApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/UdfApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/api/UserApiTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AWSAccessCredentialsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ActivityEventTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayActionsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayActivityLogTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserSidebarTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayConsolidationRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayEndTimestampDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoriteTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoritesDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoUpdateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataEntryTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArraySampleTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArraySchemaTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArraySharingTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskBrowserSidebarTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskLogTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ArrayVacuumRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AssetBackingTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AssetInfoTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AssetListResponseTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AssetLocationsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AssetOwnershipLevelTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AssetTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferHeaderTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferSizeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/AttributeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/BackoffTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DatatypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DimensionCoordinateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DimensionTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DimensionTileExtentTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DomainArrayTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckResultTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DomainTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/DomainVerificationStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/EnumerationTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ErrorTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FileCreateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FileCreatedTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FileExportTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FileExportedTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FilePropertyNameTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FileTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FileUploadedTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FilterDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FilterOptionTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FilterPipelineTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FilterTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FilterTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/FragmentMetadataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GenericUDFTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GetTiledbStats200ResponseTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupActionsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserFilterDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupChangesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityAssetTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityResponseTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsFilterDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupCreateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupEntryTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupInfoTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberAssetTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupRegisterTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeMetadataKeyTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/GroupUpdateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationArrayShareEmailTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationFailedRecipientsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationGroupShareEmailTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationOrganizationJoinEmailTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/InvitationTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/LastAccessedArrayTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/LayoutTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaResponseTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsResponseTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoriteTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoritesDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/MaxBufferSizesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedEntryTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/MultiArrayUDFTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NamespaceActionsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NonEmptyDomainTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopiedTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopyTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoriteTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoritesDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/NotebookStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/OrganizationRolesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/OrganizationTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUpdateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUserTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PaginationMetadataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PodStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PricingAggregateUsageTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PricingCurrencyTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PricingIntervalTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PricingTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PricingTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PricingUnitLabelTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/PublicShareFilterTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/QueryJsonTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/QueryRangesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/QueryReaderTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/QueryTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/QuerystatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/QuerytypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ReadStateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/RegisteredTaskGraphTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ResetUserPasswordRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/ResultFormatTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/RetryPolicyTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/RetryStrategyTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SQLParametersTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigResponseTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SSODomainSetupTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SSOProviderTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SharePaymentRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SingleFragmentInfoTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/StorageLocationTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerCurrentTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerStateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SubarrayRangesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SubarrayTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/SubscriptionTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGArrayNodeDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGInputNodeDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGQueryRangesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGSQLNodeDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGUDFArgumentTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentResourcesTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGUDFNodeDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TGUDFStorageTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphActionsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphClientNodeStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogRunLocationTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogStatusTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogsDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeMetadataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphSharingTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigEntriesInnerTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TokenRequestTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TokenScopeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/TokenTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFActionsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFArrayDetailsTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFCopiedTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFCopyTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoriteTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoritesDataTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFImageTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFImageVersionTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoUpdateTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFLanguageTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFSharingTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayRangeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UDFTypeTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/UserTest.java
-src/test/java/io/tiledb/cloud/rest_api/model/WriterTest.java
diff --git a/DEVELOP.md b/DEVELOP.md
new file mode 100644
index 0000000..09ae291
--- /dev/null
+++ b/DEVELOP.md
@@ -0,0 +1,25 @@
+# Regenerate client:
+
+Install desired version of `openapi-generator-cli` ([docs](https://openapi-generator.tech/docs/installation)):
+```bash
+npm install @openapitools/openapi-generator-cli -g
+openapi-generator-cli version-manager set 7.7.0
+openapi-generator generate -i openapi-v1.yaml -g java
+```
+
+Update local copy of spec from [`TileDB-Server//openapi/v1to3/src/openapi-v1.yaml`](https://github.com/TileDB-Inc/TileDB-Server/blob/main/openapi/v1to3/src/openapi-v1.yaml):
+```bash
+gh api \
+ -H "Accept: application/vnd.github.raw" \
+ /repos/TileDB-Inc/TileDB-Server/contents/openapi/v1to3/src/openapi-v1.yaml \
+> openapi-v1.yaml
+```
+
+Regenerate client ([`regen.sh`](regen.sh)):
+```bash
+./regen.sh
+```
+
+This regenerates the client code, `git add`s relevant files, and applies custom code / patches (see [`patch`]).
+
+[`patch`]: https://github.com/TileDB-Inc/TileDB-Cloud-Java/commit/patch
diff --git a/build.gradle b/build.gradle
index 8cb838c..beaee7e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group 'io.tiledb'
-version = '0.5.0'
+version = '1.0.0-SNAPSHOT'
repositories {
mavenCentral()
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..0b03ace
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,4 @@
+additionalProperties:
+ apiPackage: io.tiledb.cloud.rest_api.api
+ modelPackage: io.tiledb.cloud.rest_api.model
+ hideGenerationTimestamp: true
diff --git a/docs/ActivityEventType.md b/docs/ActivityEventType.md
index d8562a3..2890d0e 100644
--- a/docs/ActivityEventType.md
+++ b/docs/ActivityEventType.md
@@ -37,5 +37,7 @@
* `READ_ENUMERATIONS` (value: `"read_enumerations"`)
+* `NEXTFLOW` (value: `"nextflow"`)
+
diff --git a/docs/ArrayApi.md b/docs/ArrayApi.md
index dad6d50..4949da7 100644
--- a/docs/ArrayApi.md
+++ b/docs/ArrayApi.md
@@ -4,45 +4,45 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**arrayActivityLog**](ArrayApi.md#arrayActivityLog) | **GET** /arrays/{namespace}/{array}/activity | |
+| [**arrayActivityLog**](ArrayApi.md#arrayActivityLog) | **GET** /arrays/{workspace}/{teamspace}/{array}/activity | |
| [**arraysBrowserOwnedGet**](ArrayApi.md#arraysBrowserOwnedGet) | **GET** /arrays/browser/owned | |
| [**arraysBrowserOwnedSidebarGet**](ArrayApi.md#arraysBrowserOwnedSidebarGet) | **GET** /arrays/browser/owned/sidebar | |
| [**arraysBrowserPublicGet**](ArrayApi.md#arraysBrowserPublicGet) | **GET** /arrays/browser/public | |
| [**arraysBrowserPublicSidebarGet**](ArrayApi.md#arraysBrowserPublicSidebarGet) | **GET** /arrays/browser/public/sidebar | |
| [**arraysBrowserSharedGet**](ArrayApi.md#arraysBrowserSharedGet) | **GET** /arrays/browser/shared | |
| [**arraysBrowserSharedSidebarGet**](ArrayApi.md#arraysBrowserSharedSidebarGet) | **GET** /arrays/browser/shared/sidebar | |
-| [**arraysNamespaceArrayEndTimestampsGet**](ArrayApi.md#arraysNamespaceArrayEndTimestampsGet) | **GET** /arrays/{namespace}/{array}/end_timestamps | |
-| [**consolidateArray**](ArrayApi.md#consolidateArray) | **POST** /arrays/{namespace}/{array}/consolidate | |
-| [**createArray**](ArrayApi.md#createArray) | **POST** /arrays/{namespace}/{array} | |
-| [**deleteArray**](ArrayApi.md#deleteArray) | **DELETE** /arrays/{namespace}/{array} | |
-| [**deregisterArray**](ArrayApi.md#deregisterArray) | **DELETE** /arrays/{namespace}/{array}/deregister | |
-| [**fragmentInfo**](ArrayApi.md#fragmentInfo) | **POST** /arrays/{namespace}/{array}/fragment_info | |
-| [**getActivityLogById**](ArrayApi.md#getActivityLogById) | **GET** /arrays/{namespace}/{array}/activity/{id} | |
+| [**arraysWorkspaceTeamspaceArrayEndTimestampsGet**](ArrayApi.md#arraysWorkspaceTeamspaceArrayEndTimestampsGet) | **GET** /arrays/{workspace}/{teamspace}/{array}/end_timestamps | |
+| [**consolidateArray**](ArrayApi.md#consolidateArray) | **POST** /arrays/{workspace}/{teamspace}/{array}/consolidate | |
+| [**createArray**](ArrayApi.md#createArray) | **POST** /arrays/{workspace}/{teamspace}/{array} | |
+| [**deleteArray**](ArrayApi.md#deleteArray) | **DELETE** /arrays/{workspace}/{teamspace}/{array} | |
+| [**deregisterArray**](ArrayApi.md#deregisterArray) | **DELETE** /arrays/{workspace}/{teamspace}/{array}/deregister | |
+| [**fragmentInfo**](ArrayApi.md#fragmentInfo) | **POST** /arrays/{workspace}/{teamspace}/{array}/fragment_info | |
+| [**getActivityLogById**](ArrayApi.md#getActivityLogById) | **GET** /arrays/{workspace}/{teamspace}/{array}/activity/{id} | |
| [**getAllArrayMetadata**](ArrayApi.md#getAllArrayMetadata) | **GET** /arrays | |
-| [**getArray**](ArrayApi.md#getArray) | **GET** /arrays/{namespace}/{array} | |
-| [**getArrayMaxBufferSizes**](ArrayApi.md#getArrayMaxBufferSizes) | **GET** /arrays/{namespace}/{array}/max_buffer_sizes | |
-| [**getArrayMetaDataJson**](ArrayApi.md#getArrayMetaDataJson) | **GET** /arrays/{namespace}/{array}/metadata_json | |
-| [**getArrayMetadata**](ArrayApi.md#getArrayMetadata) | **GET** /arrays/{namespace}/{array}/metadata | |
-| [**getArrayMetadataCapnp**](ArrayApi.md#getArrayMetadataCapnp) | **GET** /arrays/{namespace}/{array}/array_metadata | |
-| [**getArrayNonEmptyDomain**](ArrayApi.md#getArrayNonEmptyDomain) | **GET** /arrays/{namespace}/{array}/non_empty_domain | |
-| [**getArrayNonEmptyDomainJson**](ArrayApi.md#getArrayNonEmptyDomainJson) | **GET** /arrays/{namespace}/{array}/non_empty_domain_json | |
-| [**getArraySampleData**](ArrayApi.md#getArraySampleData) | **GET** /arrays/{namespace}/{array}/sample | |
-| [**getArraySharingPolicies**](ArrayApi.md#getArraySharingPolicies) | **GET** /arrays/{namespace}/{array}/share | |
-| [**getArraysInNamespace**](ArrayApi.md#getArraysInNamespace) | **GET** /arrays/{namespace} | |
-| [**getFragmentEndTimestamp**](ArrayApi.md#getFragmentEndTimestamp) | **GET** /arrays/{namespace}/{array}/fragment_end_timestamp | |
+| [**getArray**](ArrayApi.md#getArray) | **GET** /arrays/{workspace}/{teamspace}/{array} | |
+| [**getArrayMaxBufferSizes**](ArrayApi.md#getArrayMaxBufferSizes) | **GET** /arrays/{workspace}/{teamspace}/{array}/max_buffer_sizes | |
+| [**getArrayMetaDataJson**](ArrayApi.md#getArrayMetaDataJson) | **GET** /arrays/{workspace}/{teamspace}/{array}/metadata_json | |
+| [**getArrayMetadata**](ArrayApi.md#getArrayMetadata) | **GET** /arrays/{workspace}/{teamspace}/{array}/metadata | |
+| [**getArrayMetadataCapnp**](ArrayApi.md#getArrayMetadataCapnp) | **GET** /arrays/{workspace}/{teamspace}/{array}/array_metadata | |
+| [**getArrayNonEmptyDomain**](ArrayApi.md#getArrayNonEmptyDomain) | **GET** /arrays/{workspace}/{teamspace}/{array}/non_empty_domain | |
+| [**getArrayNonEmptyDomainJson**](ArrayApi.md#getArrayNonEmptyDomainJson) | **GET** /arrays/{workspace}/{teamspace}/{array}/non_empty_domain_json | |
+| [**getArraySampleData**](ArrayApi.md#getArraySampleData) | **GET** /arrays/{workspace}/{teamspace}/{array}/sample | |
+| [**getArraySharingPolicies**](ArrayApi.md#getArraySharingPolicies) | **GET** /arrays/{workspace}/{teamspace}/{array}/share | |
+| [**getArraysInNamespace**](ArrayApi.md#getArraysInNamespace) | **GET** /arrays/{workspace}/{teamspace} | |
+| [**getFragmentEndTimestamp**](ArrayApi.md#getFragmentEndTimestamp) | **GET** /arrays/{workspace}/{teamspace}/{array}/fragment_end_timestamp | |
| [**getLastAccessedArrays**](ArrayApi.md#getLastAccessedArrays) | **GET** /arrays/last_accessed | |
-| [**loadArraySchema**](ArrayApi.md#loadArraySchema) | **POST** /arrays/{namespace}/{array}/schema | |
-| [**loadEnumerations**](ArrayApi.md#loadEnumerations) | **POST** /arrays/{namespace}/{array}/enumerations | |
-| [**registerArray**](ArrayApi.md#registerArray) | **POST** /arrays/{namespace}/{array}/register | |
-| [**shareArray**](ArrayApi.md#shareArray) | **PATCH** /arrays/{namespace}/{array}/share | |
-| [**updateArrayMetadata**](ArrayApi.md#updateArrayMetadata) | **PATCH** /arrays/{namespace}/{array}/metadata | |
-| [**updateArrayMetadataCapnp**](ArrayApi.md#updateArrayMetadataCapnp) | **POST** /arrays/{namespace}/{array}/array_metadata | |
-| [**vacuumArray**](ArrayApi.md#vacuumArray) | **POST** /arrays/{namespace}/{array}/vacuum | |
+| [**loadArraySchema**](ArrayApi.md#loadArraySchema) | **POST** /arrays/{workspace}/{teamspace}/{array}/schema | |
+| [**loadEnumerations**](ArrayApi.md#loadEnumerations) | **POST** /arrays/{workspace}/{teamspace}/{array}/enumerations | |
+| [**registerArray**](ArrayApi.md#registerArray) | **POST** /arrays/{workspace}/{teamspace}/{array}/register | |
+| [**shareArray**](ArrayApi.md#shareArray) | **PATCH** /arrays/{workspace}/{teamspace}/{array}/share | |
+| [**updateArrayMetadata**](ArrayApi.md#updateArrayMetadata) | **PATCH** /arrays/{workspace}/{teamspace}/{array}/metadata | |
+| [**updateArrayMetadataCapnp**](ArrayApi.md#updateArrayMetadataCapnp) | **POST** /arrays/{workspace}/{teamspace}/{array}/array_metadata | |
+| [**vacuumArray**](ArrayApi.md#vacuumArray) | **POST** /arrays/{workspace}/{teamspace}/{array}/vacuum | |
# **arrayActivityLog**
-> List<ArrayActivityLog> arrayActivityLog(namespace, array, start, end, eventTypes, taskId, hasTaskId)
+> List<ArrayActivityLog> arrayActivityLog(workspace, teamspace, array, start, end, eventTypes, taskId, hasTaskId)
@@ -75,7 +75,8 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
Integer start = 56; // Integer | Start time of window of fetch logs, unix epoch in seconds (default: seven days ago)
Integer end = 56; // Integer | End time of window of fetch logs, unix epoch in seconds (default: current utc timestamp)
@@ -83,7 +84,7 @@ public class Example {
String taskId = "taskId_example"; // String | Array task ID To filter activity to
Boolean hasTaskId = true; // Boolean | Excludes activity log results that do not contain an array task UUID
try {
- List result = apiInstance.arrayActivityLog(namespace, array, start, end, eventTypes, taskId, hasTaskId);
+ List result = apiInstance.arrayActivityLog(workspace, teamspace, array, start, end, eventTypes, taskId, hasTaskId);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#arrayActivityLog");
@@ -100,7 +101,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **start** | **Integer**| Start time of window of fetch logs, unix epoch in seconds (default: seven days ago) | [optional] |
| **end** | **Integer**| End time of window of fetch logs, unix epoch in seconds (default: current utc timestamp) | [optional] |
@@ -666,9 +668,9 @@ public class Example {
| **502** | Bad Gateway | - |
| **0** | error response | - |
-
-# **arraysNamespaceArrayEndTimestampsGet**
-> ArrayEndTimestampData arraysNamespaceArrayEndTimestampsGet(namespace, array, page, perPage)
+
+# **arraysWorkspaceTeamspaceArrayEndTimestampsGet**
+> ArrayEndTimestampData arraysWorkspaceTeamspaceArrayEndTimestampsGet(workspace, teamspace, array, page, perPage)
@@ -701,15 +703,16 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
Integer page = 56; // Integer | pagination offset
Integer perPage = 56; // Integer | pagination limit
try {
- ArrayEndTimestampData result = apiInstance.arraysNamespaceArrayEndTimestampsGet(namespace, array, page, perPage);
+ ArrayEndTimestampData result = apiInstance.arraysWorkspaceTeamspaceArrayEndTimestampsGet(workspace, teamspace, array, page, perPage);
System.out.println(result);
} catch (ApiException e) {
- System.err.println("Exception when calling ArrayApi#arraysNamespaceArrayEndTimestampsGet");
+ System.err.println("Exception when calling ArrayApi#arraysWorkspaceTeamspaceArrayEndTimestampsGet");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
@@ -723,7 +726,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **page** | **Integer**| pagination offset | [optional] |
| **perPage** | **Integer**| pagination limit | [optional] |
@@ -750,7 +754,7 @@ public class Example {
# **consolidateArray**
-> consolidateArray(namespace, array, consolidateRequest)
+> consolidateArray(workspace, teamspace, array, consolidateRequest)
@@ -783,11 +787,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
ArrayConsolidationRequest consolidateRequest = new ArrayConsolidationRequest(); // ArrayConsolidationRequest | Consolidate Request
try {
- apiInstance.consolidateArray(namespace, array, consolidateRequest);
+ apiInstance.consolidateArray(workspace, teamspace, array, consolidateRequest);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#consolidateArray");
System.err.println("Status code: " + e.getCode());
@@ -803,7 +808,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **consolidateRequest** | [**ArrayConsolidationRequest**](ArrayConsolidationRequest.md)| Consolidate Request | |
@@ -829,7 +835,7 @@ null (empty response body)
# **createArray**
-> createArray(namespace, array, contentType, arraySchema, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME)
+> createArray(workspace, teamspace, array, contentType, arraySchema, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME)
@@ -862,13 +868,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
ArraySchema arraySchema = new ArraySchema(); // ArraySchema | ArraySchema being created
String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = "X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME_example"; // String | Optional registered access credentials to use for creation
try {
- apiInstance.createArray(namespace, array, contentType, arraySchema, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME);
+ apiInstance.createArray(workspace, teamspace, array, contentType, arraySchema, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#createArray");
System.err.println("Status code: " + e.getCode());
@@ -884,7 +891,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
| **arraySchema** | [**ArraySchema**](ArraySchema.md)| ArraySchema being created | |
@@ -912,7 +920,7 @@ null (empty response body)
# **deleteArray**
-> deleteArray(namespace, array, contentType)
+> deleteArray(workspace, teamspace, array, contentType)
@@ -945,11 +953,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
try {
- apiInstance.deleteArray(namespace, array, contentType);
+ apiInstance.deleteArray(workspace, teamspace, array, contentType);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#deleteArray");
System.err.println("Status code: " + e.getCode());
@@ -965,7 +974,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
@@ -991,7 +1001,7 @@ null (empty response body)
# **deregisterArray**
-> deregisterArray(namespace, array)
+> deregisterArray(workspace, teamspace, array)
@@ -1024,10 +1034,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
try {
- apiInstance.deregisterArray(namespace, array);
+ apiInstance.deregisterArray(workspace, teamspace, array);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#deregisterArray");
System.err.println("Status code: " + e.getCode());
@@ -1043,7 +1054,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
### Return type
@@ -1068,7 +1080,7 @@ null (empty response body)
# **fragmentInfo**
-> FragmentInfo fragmentInfo(namespace, array, contentType, fragmentInfoRequest)
+> FragmentInfo fragmentInfo(workspace, teamspace, array, contentType, fragmentInfoRequest)
@@ -1101,12 +1113,13 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
FragmentInfoRequest fragmentInfoRequest = new FragmentInfoRequest(); // FragmentInfoRequest | ArraySchema being created
try {
- FragmentInfo result = apiInstance.fragmentInfo(namespace, array, contentType, fragmentInfoRequest);
+ FragmentInfo result = apiInstance.fragmentInfo(workspace, teamspace, array, contentType, fragmentInfoRequest);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#fragmentInfo");
@@ -1123,7 +1136,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
| **fragmentInfoRequest** | [**FragmentInfoRequest**](FragmentInfoRequest.md)| ArraySchema being created | |
@@ -1149,7 +1163,7 @@ public class Example {
# **getActivityLogById**
-> ArrayActivityLog getActivityLogById(namespace, array, id)
+> ArrayActivityLog getActivityLogById(workspace, teamspace, array, id)
@@ -1182,11 +1196,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String id = "id_example"; // String | ID of the activity
try {
- ArrayActivityLog result = apiInstance.getActivityLogById(namespace, array, id);
+ ArrayActivityLog result = apiInstance.getActivityLogById(workspace, teamspace, array, id);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getActivityLogById");
@@ -1203,7 +1218,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **id** | **String**| ID of the activity | |
@@ -1305,7 +1321,7 @@ public class Example {
# **getArray**
-> ArraySchema getArray(namespace, array, contentType)
+> ArraySchema getArray(workspace, teamspace, array, contentType)
@@ -1338,11 +1354,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
try {
- ArraySchema result = apiInstance.getArray(namespace, array, contentType);
+ ArraySchema result = apiInstance.getArray(workspace, teamspace, array, contentType);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArray");
@@ -1359,7 +1376,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
@@ -1385,7 +1403,7 @@ public class Example {
# **getArrayMaxBufferSizes**
-> MaxBufferSizes getArrayMaxBufferSizes(namespace, array, subarray, contentType, xPayer)
+> MaxBufferSizes getArrayMaxBufferSizes(workspace, teamspace, array, subarray, contentType, xPayer)
@@ -1418,13 +1436,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String subarray = "subarray_example"; // String | CSV string of subarray to get max buffer sizes for
String contentType = "application/json"; // String | Content Type of input and return mime
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
try {
- MaxBufferSizes result = apiInstance.getArrayMaxBufferSizes(namespace, array, subarray, contentType, xPayer);
+ MaxBufferSizes result = apiInstance.getArrayMaxBufferSizes(workspace, teamspace, array, subarray, contentType, xPayer);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArrayMaxBufferSizes");
@@ -1441,7 +1460,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **subarray** | **String**| CSV string of subarray to get max buffer sizes for | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
@@ -1469,7 +1489,7 @@ public class Example {
# **getArrayMetaDataJson**
-> Map<String, Object> getArrayMetaDataJson(namespace, array, length, endTimestamp)
+> Map<String, Object> getArrayMetaDataJson(workspace, teamspace, array, length, endTimestamp)
@@ -1502,12 +1522,13 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
Integer length = 56; // Integer | (optional) limit character length of returned values
Integer endTimestamp = 56; // Integer | Milliseconds since Unix epoch, metadata will use open_at functionality to open array at the specific timestamp
try {
- Map result = apiInstance.getArrayMetaDataJson(namespace, array, length, endTimestamp);
+ Map result = apiInstance.getArrayMetaDataJson(workspace, teamspace, array, length, endTimestamp);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArrayMetaDataJson");
@@ -1524,7 +1545,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **length** | **Integer**| (optional) limit character length of returned values | [optional] |
| **endTimestamp** | **Integer**| Milliseconds since Unix epoch, metadata will use open_at functionality to open array at the specific timestamp | [optional] |
@@ -1551,7 +1573,7 @@ public class Example {
# **getArrayMetadata**
-> ArrayInfo getArrayMetadata(namespace, array)
+> ArrayInfo getArrayMetadata(workspace, teamspace, array)
@@ -1584,10 +1606,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
try {
- ArrayInfo result = apiInstance.getArrayMetadata(namespace, array);
+ ArrayInfo result = apiInstance.getArrayMetadata(workspace, teamspace, array);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArrayMetadata");
@@ -1604,7 +1627,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
### Return type
@@ -1629,7 +1653,7 @@ public class Example {
# **getArrayMetadataCapnp**
-> ArrayMetadata getArrayMetadataCapnp(namespace, array)
+> ArrayMetadata getArrayMetadataCapnp(workspace, teamspace, array)
@@ -1662,10 +1686,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
try {
- ArrayMetadata result = apiInstance.getArrayMetadataCapnp(namespace, array);
+ ArrayMetadata result = apiInstance.getArrayMetadataCapnp(workspace, teamspace, array);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArrayMetadataCapnp");
@@ -1682,7 +1707,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
### Return type
@@ -1707,7 +1733,7 @@ public class Example {
# **getArrayNonEmptyDomain**
-> NonEmptyDomain getArrayNonEmptyDomain(namespace, array, contentType, xPayer)
+> NonEmptyDomain getArrayNonEmptyDomain(workspace, teamspace, array, contentType, xPayer)
@@ -1740,12 +1766,13 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
try {
- NonEmptyDomain result = apiInstance.getArrayNonEmptyDomain(namespace, array, contentType, xPayer);
+ NonEmptyDomain result = apiInstance.getArrayNonEmptyDomain(workspace, teamspace, array, contentType, xPayer);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArrayNonEmptyDomain");
@@ -1762,7 +1789,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
| **xPayer** | **String**| Name of organization or user who should be charged for this request | [optional] |
@@ -1789,7 +1817,7 @@ public class Example {
# **getArrayNonEmptyDomainJson**
-> Map<String, Object> getArrayNonEmptyDomainJson(namespace, array)
+> Map<String, Object> getArrayNonEmptyDomainJson(workspace, teamspace, array)
@@ -1822,10 +1850,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
try {
- Map result = apiInstance.getArrayNonEmptyDomainJson(namespace, array);
+ Map result = apiInstance.getArrayNonEmptyDomainJson(workspace, teamspace, array);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArrayNonEmptyDomainJson");
@@ -1842,7 +1871,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
### Return type
@@ -1867,7 +1897,7 @@ public class Example {
# **getArraySampleData**
-> ArraySample getArraySampleData(namespace, array, samples)
+> ArraySample getArraySampleData(workspace, teamspace, array, samples)
@@ -1900,11 +1930,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
BigDecimal samples = new BigDecimal("5.0"); // BigDecimal | Number of sample results to return
try {
- ArraySample result = apiInstance.getArraySampleData(namespace, array, samples);
+ ArraySample result = apiInstance.getArraySampleData(workspace, teamspace, array, samples);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArraySampleData");
@@ -1921,7 +1952,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **samples** | **BigDecimal**| Number of sample results to return | [optional] [default to 5.0] |
@@ -1947,7 +1979,7 @@ public class Example {
# **getArraySharingPolicies**
-> List<ArraySharing> getArraySharingPolicies(namespace, array)
+> List<ArraySharing> getArraySharingPolicies(workspace, teamspace, array)
@@ -1980,10 +2012,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
try {
- List result = apiInstance.getArraySharingPolicies(namespace, array);
+ List result = apiInstance.getArraySharingPolicies(workspace, teamspace, array);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArraySharingPolicies");
@@ -2000,7 +2033,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
### Return type
@@ -2026,7 +2060,7 @@ public class Example {
# **getArraysInNamespace**
-> List<ArrayInfo> getArraysInNamespace(namespace, withMetadata)
+> List<ArrayInfo> getArraysInNamespace(workspace, teamspace, withMetadata)
@@ -2059,10 +2093,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
Boolean withMetadata = true; // Boolean | include the metadata of the arrays
try {
- List result = apiInstance.getArraysInNamespace(namespace, withMetadata);
+ List result = apiInstance.getArraysInNamespace(workspace, teamspace, withMetadata);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getArraysInNamespace");
@@ -2079,7 +2114,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **withMetadata** | **Boolean**| include the metadata of the arrays | [optional] |
### Return type
@@ -2104,7 +2140,7 @@ public class Example {
# **getFragmentEndTimestamp**
-> Integer getFragmentEndTimestamp(namespace, array, endTimestamp)
+> Integer getFragmentEndTimestamp(workspace, teamspace, array, endTimestamp)
@@ -2137,11 +2173,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
Integer endTimestamp = 56; // Integer | Milliseconds since Unix epoch
try {
- Integer result = apiInstance.getFragmentEndTimestamp(namespace, array, endTimestamp);
+ Integer result = apiInstance.getFragmentEndTimestamp(workspace, teamspace, array, endTimestamp);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#getFragmentEndTimestamp");
@@ -2158,7 +2195,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **endTimestamp** | **Integer**| Milliseconds since Unix epoch | [optional] |
@@ -2254,7 +2292,7 @@ This endpoint does not need any parameter.
# **loadArraySchema**
-> LoadArraySchemaResponse loadArraySchema(namespace, array, loadArraySchemaRequest)
+> LoadArraySchemaResponse loadArraySchema(workspace, teamspace, array, loadArraySchemaRequest)
@@ -2287,11 +2325,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
LoadArraySchemaRequest loadArraySchemaRequest = new LoadArraySchemaRequest(); // LoadArraySchemaRequest | Load Array Schema Request
try {
- LoadArraySchemaResponse result = apiInstance.loadArraySchema(namespace, array, loadArraySchemaRequest);
+ LoadArraySchemaResponse result = apiInstance.loadArraySchema(workspace, teamspace, array, loadArraySchemaRequest);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#loadArraySchema");
@@ -2308,7 +2347,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **loadArraySchemaRequest** | [**LoadArraySchemaRequest**](LoadArraySchemaRequest.md)| Load Array Schema Request | |
@@ -2335,7 +2375,7 @@ public class Example {
# **loadEnumerations**
-> LoadEnumerationsResponse loadEnumerations(namespace, array, loadEnumerationsRequest)
+> LoadEnumerationsResponse loadEnumerations(workspace, teamspace, array, loadEnumerationsRequest)
@@ -2368,11 +2408,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
LoadEnumerationsRequest loadEnumerationsRequest = new LoadEnumerationsRequest(); // LoadEnumerationsRequest | Load Enumerations Request
try {
- LoadEnumerationsResponse result = apiInstance.loadEnumerations(namespace, array, loadEnumerationsRequest);
+ LoadEnumerationsResponse result = apiInstance.loadEnumerations(workspace, teamspace, array, loadEnumerationsRequest);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#loadEnumerations");
@@ -2389,7 +2430,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **loadEnumerationsRequest** | [**LoadEnumerationsRequest**](LoadEnumerationsRequest.md)| Load Enumerations Request | |
@@ -2416,7 +2458,7 @@ public class Example {
# **registerArray**
-> ArrayInfo registerArray(namespace, array, arrayMetadata)
+> ArrayInfo registerArray(workspace, teamspace, array, arrayMetadata)
@@ -2449,11 +2491,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
- String array = "array_example"; // String | name/uri of array that is url-encoded
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
+ String array = "array_example"; // String | asset id or path of array that is url-encoded
ArrayInfoUpdate arrayMetadata = new ArrayInfoUpdate(); // ArrayInfoUpdate | metadata associated with array
try {
- ArrayInfo result = apiInstance.registerArray(namespace, array, arrayMetadata);
+ ArrayInfo result = apiInstance.registerArray(workspace, teamspace, array, arrayMetadata);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#registerArray");
@@ -2470,8 +2513,9 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
-| **array** | **String**| name/uri of array that is url-encoded | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
+| **array** | **String**| asset id or path of array that is url-encoded | |
| **arrayMetadata** | [**ArrayInfoUpdate**](ArrayInfoUpdate.md)| metadata associated with array | |
### Return type
@@ -2496,7 +2540,7 @@ public class Example {
# **shareArray**
-> shareArray(namespace, array, arraySharing)
+> shareArray(workspace, teamspace, array, arraySharing)
@@ -2529,11 +2573,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
ArraySharing arraySharing = new ArraySharing(); // ArraySharing | Namespace and list of permissions to share with. An empty list of permissions will remove the namespace; if permissions already exist they will be deleted then new ones added. In the event of a failure, the new policies will be rolled back to prevent partial policies, and it's likely the array will not be shared with the namespace at all.
try {
- apiInstance.shareArray(namespace, array, arraySharing);
+ apiInstance.shareArray(workspace, teamspace, array, arraySharing);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#shareArray");
System.err.println("Status code: " + e.getCode());
@@ -2549,7 +2594,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **arraySharing** | [**ArraySharing**](ArraySharing.md)| Namespace and list of permissions to share with. An empty list of permissions will remove the namespace; if permissions already exist they will be deleted then new ones added. In the event of a failure, the new policies will be rolled back to prevent partial policies, and it's likely the array will not be shared with the namespace at all. | |
@@ -2576,7 +2622,7 @@ null (empty response body)
# **updateArrayMetadata**
-> updateArrayMetadata(namespace, array, arrayMetadata)
+> updateArrayMetadata(workspace, teamspace, array, arrayMetadata)
@@ -2609,11 +2655,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
ArrayInfoUpdate arrayMetadata = new ArrayInfoUpdate(); // ArrayInfoUpdate | array metadata to update
try {
- apiInstance.updateArrayMetadata(namespace, array, arrayMetadata);
+ apiInstance.updateArrayMetadata(workspace, teamspace, array, arrayMetadata);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#updateArrayMetadata");
System.err.println("Status code: " + e.getCode());
@@ -2629,7 +2676,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **arrayMetadata** | [**ArrayInfoUpdate**](ArrayInfoUpdate.md)| array metadata to update | |
@@ -2655,7 +2703,7 @@ null (empty response body)
# **updateArrayMetadataCapnp**
-> updateArrayMetadataCapnp(namespace, array, arrayMetadataEntries)
+> updateArrayMetadataCapnp(workspace, teamspace, array, arrayMetadataEntries)
@@ -2688,11 +2736,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
ArrayMetadata arrayMetadataEntries = new ArrayMetadata(); // ArrayMetadata | List of metadata entries
try {
- apiInstance.updateArrayMetadataCapnp(namespace, array, arrayMetadataEntries);
+ apiInstance.updateArrayMetadataCapnp(workspace, teamspace, array, arrayMetadataEntries);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#updateArrayMetadataCapnp");
System.err.println("Status code: " + e.getCode());
@@ -2708,7 +2757,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **arrayMetadataEntries** | [**ArrayMetadata**](ArrayMetadata.md)| List of metadata entries | |
@@ -2734,7 +2784,7 @@ null (empty response body)
# **vacuumArray**
-> vacuumArray(namespace, array, vaccumRequest)
+> vacuumArray(workspace, teamspace, array, vaccumRequest)
@@ -2767,11 +2817,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
ArrayApi apiInstance = new ArrayApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
ArrayVacuumRequest vaccumRequest = new ArrayVacuumRequest(); // ArrayVacuumRequest | Vaccum Request
try {
- apiInstance.vacuumArray(namespace, array, vaccumRequest);
+ apiInstance.vacuumArray(workspace, teamspace, array, vaccumRequest);
} catch (ApiException e) {
System.err.println("Exception when calling ArrayApi#vacuumArray");
System.err.println("Status code: " + e.getCode());
@@ -2787,7 +2838,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **vaccumRequest** | [**ArrayVacuumRequest**](ArrayVacuumRequest.md)| Vaccum Request | |
diff --git a/docs/ArrayInfo.md b/docs/ArrayInfo.md
index 9fae9b7..56c4150 100644
--- a/docs/ArrayInfo.md
+++ b/docs/ArrayInfo.md
@@ -9,6 +9,7 @@ metadata of an array
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | unique ID of registered array | [optional] |
+|**assetId** | **String** | The asset id of the created array | [optional] |
|**fileType** | **FileType** | | [optional] |
|**fileProperties** | **Map<String, String>** | map of file properties created for this array | [optional] |
|**uri** | **String** | uri of array | [optional] |
diff --git a/docs/AssetsApi.md b/docs/AssetsApi.md
index f7ddd98..d89b1b8 100644
--- a/docs/AssetsApi.md
+++ b/docs/AssetsApi.md
@@ -4,13 +4,93 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**listAssets**](AssetsApi.md#listAssets) | **GET** /assets/{namespace} | |
+| [**changeAssetCredentials**](AssetsApi.md#changeAssetCredentials) | **POST** /assets/{workspace}/{teamspace}/change_credentials | |
+| [**listAssets**](AssetsApi.md#listAssets) | **GET** /assets/{workspace}/{teamspace} | |
| [**listPublicAssets**](AssetsApi.md#listPublicAssets) | **GET** /public_assets | |
+
+# **changeAssetCredentials**
+> changeAssetCredentials(workspace, teamspace, changeCredentialsRequest)
+
+
+
+Changes the access credentials to the given assets
+
+### Example
+```java
+// Import classes:
+import io.tiledb.cloud.rest_api.ApiClient;
+import io.tiledb.cloud.rest_api.ApiException;
+import io.tiledb.cloud.rest_api.Configuration;
+import io.tiledb.cloud.rest_api.auth.*;
+import io.tiledb.cloud.rest_api.models.*;
+import io.tiledb.cloud.rest_api.api.AssetsApi;
+
+public class Example {
+ public static void main(String[] args) {
+ ApiClient defaultClient = Configuration.getDefaultApiClient();
+ defaultClient.setBasePath("/v1");
+
+ // Configure HTTP basic authorization: BasicAuth
+ HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
+ BasicAuth.setUsername("YOUR USERNAME");
+ BasicAuth.setPassword("YOUR PASSWORD");
+
+ // Configure API key authorization: ApiKeyAuth
+ ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
+ ApiKeyAuth.setApiKey("YOUR API KEY");
+ // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
+ //ApiKeyAuth.setApiKeyPrefix("Token");
+
+ AssetsApi apiInstance = new AssetsApi(defaultClient);
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
+ ChangeAssetCredentialsRequest changeCredentialsRequest = new ChangeAssetCredentialsRequest(); // ChangeAssetCredentialsRequest | aws access credentials to store for a namespace
+ try {
+ apiInstance.changeAssetCredentials(workspace, teamspace, changeCredentialsRequest);
+ } catch (ApiException e) {
+ System.err.println("Exception when calling AssetsApi#changeAssetCredentials");
+ System.err.println("Status code: " + e.getCode());
+ System.err.println("Reason: " + e.getResponseBody());
+ System.err.println("Response headers: " + e.getResponseHeaders());
+ e.printStackTrace();
+ }
+ }
+}
+```
+
+### Parameters
+
+| Name | Type | Description | Notes |
+|------------- | ------------- | ------------- | -------------|
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
+| **changeCredentialsRequest** | [**ChangeAssetCredentialsRequest**](ChangeAssetCredentialsRequest.md)| aws access credentials to store for a namespace | |
+
+### Return type
+
+null (empty response body)
+
+### Authorization
+
+[BasicAuth](../README.md#BasicAuth), [ApiKeyAuth](../README.md#ApiKeyAuth)
+
+### HTTP request headers
+
+ - **Content-Type**: application/json
+ - **Accept**: application/json
+
+### HTTP response details
+| Status code | Description | Response headers |
+|-------------|-------------|------------------|
+| **204** | Credentials changed successfully | - |
+| **502** | Bad Gateway | - |
+| **0** | error response | - |
+
# **listAssets**
-> AssetListResponse listAssets(namespace, assetType, ownershipLevel, depth, search, page, perPage, orderBy, expand)
+> AssetListResponse listAssets(workspace, teamspace, assetType, ownershipLevel, depth, search, page, perPage, orderBy, expand)
@@ -43,7 +123,8 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
AssetsApi apiInstance = new AssetsApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String assetType = "assetType_example"; // String | asset_type to filter to
String ownershipLevel = "ownershipLevel_example"; // String | ownership_level to filter to (owned, shared)
String depth = "depth_example"; // String | depth of assets to be returned
@@ -53,7 +134,7 @@ public class Example {
String orderBy = "orderBy_example"; // String | order by a specific property, defaults to `created_at desc` supported values are created_at, name, asset_type can also include the order type (asc or desc) separated by space i.e. `name asc` `name desc` etc.
String expand = "expand_example"; // String | expansion option for the AssetInfo object to be added to the response
try {
- AssetListResponse result = apiInstance.listAssets(namespace, assetType, ownershipLevel, depth, search, page, perPage, orderBy, expand);
+ AssetListResponse result = apiInstance.listAssets(workspace, teamspace, assetType, ownershipLevel, depth, search, page, perPage, orderBy, expand);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AssetsApi#listAssets");
@@ -70,7 +151,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **assetType** | **String**| asset_type to filter to | [optional] |
| **ownershipLevel** | **String**| ownership_level to filter to (owned, shared) | [optional] |
| **depth** | **String**| depth of assets to be returned | [optional] |
diff --git a/docs/ChangeAssetCredentialsRequest.md b/docs/ChangeAssetCredentialsRequest.md
new file mode 100644
index 0000000..a277a74
--- /dev/null
+++ b/docs/ChangeAssetCredentialsRequest.md
@@ -0,0 +1,15 @@
+
+
+# ChangeAssetCredentialsRequest
+
+Request body to change the credentials of the given assets
+
+## Properties
+
+| Name | Type | Description | Notes |
+|------------ | ------------- | ------------- | -------------|
+|**accessCredentials** | **String** | The name or uuid of the access credentials | |
+|**assetUuids** | **List<String>** | The list of asset uuids to have their credentials changed | |
+
+
+
diff --git a/docs/FavoritesApi.md b/docs/FavoritesApi.md
index 95fbd64..20ee437 100644
--- a/docs/FavoritesApi.md
+++ b/docs/FavoritesApi.md
@@ -4,18 +4,18 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**addArrayFavorite**](FavoritesApi.md#addArrayFavorite) | **POST** /arrays/favorites/{namespace}/{name} | |
-| [**addMLModelFavorite**](FavoritesApi.md#addMLModelFavorite) | **POST** /ml_models/favorites/{namespace}/{name} | |
-| [**addNotebookFavorite**](FavoritesApi.md#addNotebookFavorite) | **POST** /notebooks/favorites/{namespace}/{name} | |
-| [**addUDFFavorite**](FavoritesApi.md#addUDFFavorite) | **POST** /udfs/favorites/{namespace}/{name} | |
-| [**deleteArrayFavorite**](FavoritesApi.md#deleteArrayFavorite) | **DELETE** /arrays/favorites/{namespace}/{name} | |
-| [**deleteMLModelFavorite**](FavoritesApi.md#deleteMLModelFavorite) | **DELETE** /ml_models/favorites/{namespace}/{name} | |
-| [**deleteNotebookFavorite**](FavoritesApi.md#deleteNotebookFavorite) | **DELETE** /notebooks/favorites/{namespace}/{name} | |
-| [**deleteUDFFavorite**](FavoritesApi.md#deleteUDFFavorite) | **DELETE** /udfs/favorites/{namespace}/{name} | |
-| [**getArrayFavorite**](FavoritesApi.md#getArrayFavorite) | **GET** /arrays/favorites/{namespace}/{name} | |
-| [**getMLModelFavorite**](FavoritesApi.md#getMLModelFavorite) | **GET** /ml_models/favorites/{namespace}/{name} | |
-| [**getNotebookFavorite**](FavoritesApi.md#getNotebookFavorite) | **GET** /notebooks/favorites/{namespace}/{name} | |
-| [**getUDFFavorite**](FavoritesApi.md#getUDFFavorite) | **GET** /udfs/favorites/{namespace}/{name} | |
+| [**addArrayFavorite**](FavoritesApi.md#addArrayFavorite) | **POST** /arrays/favorites/{workspace}/{teamspace}/{name} | |
+| [**addMLModelFavorite**](FavoritesApi.md#addMLModelFavorite) | **POST** /ml_models/favorites/{workspace}/{teamspace}/{name} | |
+| [**addNotebookFavorite**](FavoritesApi.md#addNotebookFavorite) | **POST** /notebooks/favorites/{workspace}/{teamspace}/{name} | |
+| [**addUDFFavorite**](FavoritesApi.md#addUDFFavorite) | **POST** /udfs/favorites/{workspace}/{name} | |
+| [**deleteArrayFavorite**](FavoritesApi.md#deleteArrayFavorite) | **DELETE** /arrays/favorites/{workspace}/{teamspace}/{name} | |
+| [**deleteMLModelFavorite**](FavoritesApi.md#deleteMLModelFavorite) | **DELETE** /ml_models/favorites/{workspace}/{teamspace}/{name} | |
+| [**deleteNotebookFavorite**](FavoritesApi.md#deleteNotebookFavorite) | **DELETE** /notebooks/favorites/{workspace}/{teamspace}/{name} | |
+| [**deleteUDFFavorite**](FavoritesApi.md#deleteUDFFavorite) | **DELETE** /udfs/favorites/{workspace}/{name} | |
+| [**getArrayFavorite**](FavoritesApi.md#getArrayFavorite) | **GET** /arrays/favorites/{workspace}/{teamspace}/{name} | |
+| [**getMLModelFavorite**](FavoritesApi.md#getMLModelFavorite) | **GET** /ml_models/favorites/{workspace}/{teamspace}/{name} | |
+| [**getNotebookFavorite**](FavoritesApi.md#getNotebookFavorite) | **GET** /notebooks/favorites/{workspace}/{teamspace}/{name} | |
+| [**getUDFFavorite**](FavoritesApi.md#getUDFFavorite) | **GET** /udfs/favorites/{workspace}/{name} | |
| [**listArrayFavorites**](FavoritesApi.md#listArrayFavorites) | **GET** /arrays/favorites | |
| [**listArrayFavoritesUUIDs**](FavoritesApi.md#listArrayFavoritesUUIDs) | **GET** /arrays/favorites/uuids | |
| [**listMLModelFavorites**](FavoritesApi.md#listMLModelFavorites) | **GET** /ml_models/favorites | |
@@ -28,7 +28,7 @@ All URIs are relative to */v1*
# **addArrayFavorite**
-> addArrayFavorite(namespace, name)
+> addArrayFavorite(workspace, teamspace, name)
@@ -61,10 +61,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the array
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the array
try {
- apiInstance.addArrayFavorite(namespace, name);
+ apiInstance.addArrayFavorite(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#addArrayFavorite");
System.err.println("Status code: " + e.getCode());
@@ -80,7 +81,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the array | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the array | |
### Return type
@@ -105,7 +107,7 @@ null (empty response body)
# **addMLModelFavorite**
-> addMLModelFavorite(namespace, name)
+> addMLModelFavorite(workspace, teamspace, name)
@@ -138,10 +140,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the ML model
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the ML model
try {
- apiInstance.addMLModelFavorite(namespace, name);
+ apiInstance.addMLModelFavorite(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#addMLModelFavorite");
System.err.println("Status code: " + e.getCode());
@@ -157,7 +160,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the ML model | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the ML model | |
### Return type
@@ -182,7 +186,7 @@ null (empty response body)
# **addNotebookFavorite**
-> addNotebookFavorite(namespace, name)
+> addNotebookFavorite(workspace, teamspace, name)
@@ -215,10 +219,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the notebook
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the notebook
try {
- apiInstance.addNotebookFavorite(namespace, name);
+ apiInstance.addNotebookFavorite(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#addNotebookFavorite");
System.err.println("Status code: " + e.getCode());
@@ -234,7 +239,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the notebook | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the notebook | |
### Return type
@@ -259,7 +265,7 @@ null (empty response body)
# **addUDFFavorite**
-> addUDFFavorite(namespace, name)
+> addUDFFavorite(workspace, name)
@@ -292,10 +298,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the UDF
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the UDF
try {
- apiInstance.addUDFFavorite(namespace, name);
+ apiInstance.addUDFFavorite(workspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#addUDFFavorite");
System.err.println("Status code: " + e.getCode());
@@ -311,7 +317,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the UDF | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the UDF | |
### Return type
@@ -336,7 +342,7 @@ null (empty response body)
# **deleteArrayFavorite**
-> deleteArrayFavorite(namespace, name)
+> deleteArrayFavorite(workspace, teamspace, name)
@@ -369,10 +375,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the array
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the array
try {
- apiInstance.deleteArrayFavorite(namespace, name);
+ apiInstance.deleteArrayFavorite(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#deleteArrayFavorite");
System.err.println("Status code: " + e.getCode());
@@ -388,7 +395,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the array | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the array | |
### Return type
@@ -413,7 +421,7 @@ null (empty response body)
# **deleteMLModelFavorite**
-> deleteMLModelFavorite(namespace, name)
+> deleteMLModelFavorite(workspace, teamspace, name)
@@ -446,10 +454,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the ML model
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the ML model
try {
- apiInstance.deleteMLModelFavorite(namespace, name);
+ apiInstance.deleteMLModelFavorite(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#deleteMLModelFavorite");
System.err.println("Status code: " + e.getCode());
@@ -465,7 +474,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the ML model | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the ML model | |
### Return type
@@ -490,7 +500,7 @@ null (empty response body)
# **deleteNotebookFavorite**
-> deleteNotebookFavorite(namespace, name)
+> deleteNotebookFavorite(workspace, teamspace, name)
@@ -523,10 +533,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the notebook
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the notebook
try {
- apiInstance.deleteNotebookFavorite(namespace, name);
+ apiInstance.deleteNotebookFavorite(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#deleteNotebookFavorite");
System.err.println("Status code: " + e.getCode());
@@ -542,7 +553,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the notebook | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the notebook | |
### Return type
@@ -567,7 +579,7 @@ null (empty response body)
# **deleteUDFFavorite**
-> deleteUDFFavorite(namespace, name)
+> deleteUDFFavorite(workspace, name)
@@ -600,10 +612,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the UDF
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the UDF
try {
- apiInstance.deleteUDFFavorite(namespace, name);
+ apiInstance.deleteUDFFavorite(workspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#deleteUDFFavorite");
System.err.println("Status code: " + e.getCode());
@@ -619,7 +631,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the UDF | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the UDF | |
### Return type
@@ -644,7 +656,7 @@ null (empty response body)
# **getArrayFavorite**
-> ArrayFavorite getArrayFavorite(namespace, name)
+> ArrayFavorite getArrayFavorite(workspace, teamspace, name)
@@ -677,10 +689,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the array
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the array
try {
- ArrayFavorite result = apiInstance.getArrayFavorite(namespace, name);
+ ArrayFavorite result = apiInstance.getArrayFavorite(workspace, teamspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#getArrayFavorite");
@@ -697,7 +710,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the array | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the array | |
### Return type
@@ -722,7 +736,7 @@ public class Example {
# **getMLModelFavorite**
-> MLModelFavorite getMLModelFavorite(namespace, name)
+> MLModelFavorite getMLModelFavorite(workspace, teamspace, name)
@@ -755,10 +769,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the ML model
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the ML model
try {
- MLModelFavorite result = apiInstance.getMLModelFavorite(namespace, name);
+ MLModelFavorite result = apiInstance.getMLModelFavorite(workspace, teamspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#getMLModelFavorite");
@@ -775,7 +790,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the ML model | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the ML model | |
### Return type
@@ -800,7 +816,7 @@ public class Example {
# **getNotebookFavorite**
-> NotebookFavorite getNotebookFavorite(namespace, name)
+> NotebookFavorite getNotebookFavorite(workspace, teamspace, name)
@@ -833,10 +849,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the notebook
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String name = "name_example"; // String | The name of the notebook
try {
- NotebookFavorite result = apiInstance.getNotebookFavorite(namespace, name);
+ NotebookFavorite result = apiInstance.getNotebookFavorite(workspace, teamspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#getNotebookFavorite");
@@ -853,7 +870,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the notebook | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **name** | **String**| The name of the notebook | |
### Return type
@@ -878,7 +896,7 @@ public class Example {
# **getUDFFavorite**
-> UDFFavorite getUDFFavorite(namespace, name)
+> UDFFavorite getUDFFavorite(workspace, name)
@@ -911,10 +929,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FavoritesApi apiInstance = new FavoritesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the UDF
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the UDF
try {
- UDFFavorite result = apiInstance.getUDFFavorite(namespace, name);
+ UDFFavorite result = apiInstance.getUDFFavorite(workspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FavoritesApi#getUDFFavorite");
@@ -931,7 +949,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the UDF | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the UDF | |
### Return type
diff --git a/docs/FileUploaded.md b/docs/FileUploaded.md
index 43308c9..3993003 100644
--- a/docs/FileUploaded.md
+++ b/docs/FileUploaded.md
@@ -10,6 +10,7 @@ Uploaded file name and information
|------------ | ------------- | ------------- | -------------|
|**outputUri** | **String** | output location of the TileDB File | [optional] |
|**fileName** | **String** | name of the file uploaded | [optional] |
+|**assetId** | **String** | The asset id of the created Group | |
|**id** | **String** | unique ID of the uploaded file | |
diff --git a/docs/FilesApi.md b/docs/FilesApi.md
index c2e9765..1809bdb 100644
--- a/docs/FilesApi.md
+++ b/docs/FilesApi.md
@@ -4,14 +4,14 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**handleCreateFile**](FilesApi.md#handleCreateFile) | **POST** /files/{namespace} | |
-| [**handleExportFile**](FilesApi.md#handleExportFile) | **POST** /files/{namespace}/{file}/export | |
-| [**handleUploadFile**](FilesApi.md#handleUploadFile) | **POST** /files/{namespace}/upload | |
+| [**handleCreateFile**](FilesApi.md#handleCreateFile) | **POST** /files/{workspace}/{teamspace} | |
+| [**handleExportFile**](FilesApi.md#handleExportFile) | **POST** /files/{workspace}/{teamspace}/{file}/export | |
+| [**handleUploadFile**](FilesApi.md#handleUploadFile) | **POST** /files/{workspace}/{teamspace}/upload | |
# **handleCreateFile**
-> FileCreated handleCreateFile(namespace, fileCreate, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME)
+> FileCreated handleCreateFile(workspace, teamspace, fileCreate, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME)
@@ -44,11 +44,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FilesApi apiInstance = new FilesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the file
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
FileCreate fileCreate = new FileCreate(); // FileCreate | Input/Output information to create a new TileDB file
String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = "X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME_example"; // String | Optional registered access credentials to use for creation
try {
- FileCreated result = apiInstance.handleCreateFile(namespace, fileCreate, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME);
+ FileCreated result = apiInstance.handleCreateFile(workspace, teamspace, fileCreate, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FilesApi#handleCreateFile");
@@ -65,7 +66,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the file | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **fileCreate** | [**FileCreate**](FileCreate.md)| Input/Output information to create a new TileDB file | |
| **X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME** | **String**| Optional registered access credentials to use for creation | [optional] |
@@ -91,7 +93,7 @@ public class Example {
# **handleExportFile**
-> FileExported handleExportFile(namespace, _file, fileExport)
+> FileExported handleExportFile(workspace, teamspace, _file, fileExport)
@@ -124,11 +126,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FilesApi apiInstance = new FilesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the file
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String _file = "_file_example"; // String | The file identifier
FileExport fileExport = new FileExport(); // FileExport | Export configuration information
try {
- FileExported result = apiInstance.handleExportFile(namespace, _file, fileExport);
+ FileExported result = apiInstance.handleExportFile(workspace, teamspace, _file, fileExport);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FilesApi#handleExportFile");
@@ -145,7 +148,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the file | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **_file** | **String**| The file identifier | |
| **fileExport** | [**FileExport**](FileExport.md)| Export configuration information | |
@@ -171,7 +175,7 @@ public class Example {
# **handleUploadFile**
-> FileUploaded handleUploadFile(namespace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name)
+> FileUploaded handleUploadFile(workspace, teamspace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name)
@@ -204,13 +208,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
FilesApi apiInstance = new FilesApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the file
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
File inputFile = new File("/path/to/file"); // File | the file to upload
String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = "X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME_example"; // String | Optional registered access credentials to use for creation
String outputUri = "outputUri_example"; // String | output location of the TileDB File
String name = "name_example"; // String | name to set for registered file
try {
- FileUploaded result = apiInstance.handleUploadFile(namespace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name);
+ FileUploaded result = apiInstance.handleUploadFile(workspace, teamspace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FilesApi#handleUploadFile");
@@ -227,7 +232,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the file | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **inputFile** | **File**| the file to upload | |
| **X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME** | **String**| Optional registered access credentials to use for creation | [optional] |
| **outputUri** | **String**| output location of the TileDB File | [optional] |
diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md
index 5e2a015..8a31860 100644
--- a/docs/GroupsApi.md
+++ b/docs/GroupsApi.md
@@ -4,28 +4,28 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**changeGroupContents**](GroupsApi.md#changeGroupContents) | **POST** /groups/{group_namespace}/{group_name}/contents | |
-| [**createGroup**](GroupsApi.md#createGroup) | **POST** /groups/{namespace}/create | |
-| [**deleteGroup**](GroupsApi.md#deleteGroup) | **DELETE** /groups/{group_namespace}/{group_name} | |
-| [**getGroup**](GroupsApi.md#getGroup) | **GET** /groups/{group_namespace}/{group_name} | |
-| [**getGroupActivity**](GroupsApi.md#getGroupActivity) | **GET** /groups/{group_namespace}/{group_name}/content_activity | |
-| [**getGroupContents**](GroupsApi.md#getGroupContents) | **GET** /groups/{group_namespace}/{group_name}/contents | |
-| [**getGroupSharingPolicies**](GroupsApi.md#getGroupSharingPolicies) | **GET** /groups/{group_namespace}/{group_name}/share | |
+| [**changeGroupContents**](GroupsApi.md#changeGroupContents) | **POST** /groups/{workspace}/{teamspace}/{group_name}/contents | |
+| [**createGroup**](GroupsApi.md#createGroup) | **POST** /groups/{workspace}/{teamspace}/create | |
+| [**deleteGroup**](GroupsApi.md#deleteGroup) | **DELETE** /groups/{workspace}/{teamspace}/{group_name} | |
+| [**getGroup**](GroupsApi.md#getGroup) | **GET** /groups/{workspace}/{teamspace}/{group_name} | |
+| [**getGroupActivity**](GroupsApi.md#getGroupActivity) | **GET** /groups/{workspace}/{teamspace}/{group_name}/content_activity | |
+| [**getGroupContents**](GroupsApi.md#getGroupContents) | **GET** /groups/{workspace}/{teamspace}/{group_name}/contents | |
+| [**getGroupSharingPolicies**](GroupsApi.md#getGroupSharingPolicies) | **GET** /groups/{workspace}/{teamspace}/{group_name}/share | |
| [**groupsBrowserOwnedFiltersGet**](GroupsApi.md#groupsBrowserOwnedFiltersGet) | **GET** /groups/browser/owned/filters | |
| [**groupsBrowserPublicFiltersGet**](GroupsApi.md#groupsBrowserPublicFiltersGet) | **GET** /groups/browser/public/filters | |
| [**groupsBrowserSharedFiltersGet**](GroupsApi.md#groupsBrowserSharedFiltersGet) | **GET** /groups/browser/shared/filters | |
-| [**groupsGroupNamespaceGroupNameContentsFiltersGet**](GroupsApi.md#groupsGroupNamespaceGroupNameContentsFiltersGet) | **GET** /groups/{group_namespace}/{group_name}/contents/filters | |
+| [**groupsWorkspaceTeamspaceGroupNameContentsFiltersGet**](GroupsApi.md#groupsWorkspaceTeamspaceGroupNameContentsFiltersGet) | **GET** /groups/{workspace}/{teamspace}/{group_name}/contents/filters | |
| [**listOwnedGroups**](GroupsApi.md#listOwnedGroups) | **GET** /groups/browser/owned | |
| [**listPublicGroups**](GroupsApi.md#listPublicGroups) | **GET** /groups/browser/public | |
| [**listSharedGroups**](GroupsApi.md#listSharedGroups) | **GET** /groups/browser/shared | |
-| [**registerGroup**](GroupsApi.md#registerGroup) | **POST** /groups/{namespace}/{array}/register | |
-| [**shareGroup**](GroupsApi.md#shareGroup) | **PATCH** /groups/{group_namespace}/{group_name}/share | |
-| [**updateGroup**](GroupsApi.md#updateGroup) | **PATCH** /groups/{group_namespace}/{group_name} | |
+| [**registerGroup**](GroupsApi.md#registerGroup) | **POST** /groups/{workspace}/{teamspace}/{array}/register | |
+| [**shareGroup**](GroupsApi.md#shareGroup) | **PATCH** /groups/{workspace}/{teamspace}/{group_name}/share | |
+| [**updateGroup**](GroupsApi.md#updateGroup) | **PATCH** /groups/{workspace}/{teamspace}/{group_name} | |
# **changeGroupContents**
-> changeGroupContents(groupNamespace, groupName, groupChanges)
+> changeGroupContents(workspace, teamspace, groupName, groupChanges)
@@ -58,11 +58,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
GroupChanges groupChanges = new GroupChanges(); // GroupChanges |
try {
- apiInstance.changeGroupContents(groupNamespace, groupName, groupChanges);
+ apiInstance.changeGroupContents(workspace, teamspace, groupName, groupChanges);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#changeGroupContents");
System.err.println("Status code: " + e.getCode());
@@ -78,7 +79,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
| **groupChanges** | [**GroupChanges**](GroupChanges.md)| | [optional] |
@@ -104,7 +106,7 @@ null (empty response body)
# **createGroup**
-> createGroup(namespace, groupCreate)
+> createGroup(workspace, teamspace, groupCreate)
@@ -137,10 +139,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
GroupCreate groupCreate = new GroupCreate(); // GroupCreate |
try {
- apiInstance.createGroup(namespace, groupCreate);
+ apiInstance.createGroup(workspace, teamspace, groupCreate);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#createGroup");
System.err.println("Status code: " + e.getCode());
@@ -156,7 +159,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupCreate** | [**GroupCreate**](GroupCreate.md)| | [optional] |
### Return type
@@ -181,7 +185,7 @@ null (empty response body)
# **deleteGroup**
-> deleteGroup(groupNamespace, groupName)
+> deleteGroup(workspace, teamspace, groupName)
@@ -214,10 +218,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
try {
- apiInstance.deleteGroup(groupNamespace, groupName);
+ apiInstance.deleteGroup(workspace, teamspace, groupName);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#deleteGroup");
System.err.println("Status code: " + e.getCode());
@@ -233,7 +238,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
### Return type
@@ -258,7 +264,7 @@ null (empty response body)
# **getGroup**
-> GroupInfo getGroup(groupNamespace, groupName)
+> GroupInfo getGroup(workspace, teamspace, groupName)
@@ -291,10 +297,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
try {
- GroupInfo result = apiInstance.getGroup(groupNamespace, groupName);
+ GroupInfo result = apiInstance.getGroup(workspace, teamspace, groupName);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#getGroup");
@@ -311,7 +318,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
### Return type
@@ -336,7 +344,7 @@ public class Example {
# **getGroupActivity**
-> GroupContentActivityResponse getGroupActivity(groupNamespace, groupName, page, perPage)
+> GroupContentActivityResponse getGroupActivity(workspace, teamspace, groupName, page, perPage)
@@ -369,12 +377,13 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
Integer page = 56; // Integer | pagination offset
Integer perPage = 56; // Integer | pagination limit
try {
- GroupContentActivityResponse result = apiInstance.getGroupActivity(groupNamespace, groupName, page, perPage);
+ GroupContentActivityResponse result = apiInstance.getGroupActivity(workspace, teamspace, groupName, page, perPage);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#getGroupActivity");
@@ -391,7 +400,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
| **page** | **Integer**| pagination offset | [optional] |
| **perPage** | **Integer**| pagination limit | [optional] |
@@ -418,7 +428,7 @@ public class Example {
# **getGroupContents**
-> GroupContents getGroupContents(groupNamespace, groupName, page, perPage, namespace, search, orderby, tag, excludeTag, memberType, excludeMemberType)
+> GroupContents getGroupContents(workspace, teamspace, groupName, page, perPage, namespace, search, orderby, tag, excludeTag, memberType, excludeMemberType)
@@ -451,7 +461,8 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
Integer page = 56; // Integer | pagination offset for assets
Integer perPage = 56; // Integer | pagination limit for assets
@@ -463,7 +474,7 @@ public class Example {
List memberType = Arrays.asList(); // List | member type to search for, more than one can be included
List excludeMemberType = Arrays.asList(); // List | member type to exclude matching groups in results, more than one can be included
try {
- GroupContents result = apiInstance.getGroupContents(groupNamespace, groupName, page, perPage, namespace, search, orderby, tag, excludeTag, memberType, excludeMemberType);
+ GroupContents result = apiInstance.getGroupContents(workspace, teamspace, groupName, page, perPage, namespace, search, orderby, tag, excludeTag, memberType, excludeMemberType);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#getGroupContents");
@@ -480,7 +491,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
| **page** | **Integer**| pagination offset for assets | [optional] |
| **perPage** | **Integer**| pagination limit for assets | [optional] |
@@ -514,7 +526,7 @@ public class Example {
# **getGroupSharingPolicies**
-> List<GroupSharing> getGroupSharingPolicies(groupNamespace, groupName)
+> List<GroupSharing> getGroupSharingPolicies(workspace, teamspace, groupName)
@@ -547,10 +559,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
try {
- List result = apiInstance.getGroupSharingPolicies(groupNamespace, groupName);
+ List result = apiInstance.getGroupSharingPolicies(workspace, teamspace, groupName);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#getGroupSharingPolicies");
@@ -567,7 +580,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
### Return type
@@ -815,9 +829,9 @@ public class Example {
| **502** | Bad Gateway | - |
| **0** | error response | - |
-
-# **groupsGroupNamespaceGroupNameContentsFiltersGet**
-> GroupContentsFilterData groupsGroupNamespaceGroupNameContentsFiltersGet(groupNamespace, groupName)
+
+# **groupsWorkspaceTeamspaceGroupNameContentsFiltersGet**
+> GroupContentsFilterData groupsWorkspaceTeamspaceGroupNameContentsFiltersGet(workspace, teamspace, groupName)
@@ -850,13 +864,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
try {
- GroupContentsFilterData result = apiInstance.groupsGroupNamespaceGroupNameContentsFiltersGet(groupNamespace, groupName);
+ GroupContentsFilterData result = apiInstance.groupsWorkspaceTeamspaceGroupNameContentsFiltersGet(workspace, teamspace, groupName);
System.out.println(result);
} catch (ApiException e) {
- System.err.println("Exception when calling GroupsApi#groupsGroupNamespaceGroupNameContentsFiltersGet");
+ System.err.println("Exception when calling GroupsApi#groupsWorkspaceTeamspaceGroupNameContentsFiltersGet");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
@@ -870,7 +885,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
### Return type
@@ -1191,7 +1207,7 @@ public class Example {
# **registerGroup**
-> registerGroup(namespace, array, groupRegister)
+> registerGroup(workspace, teamspace, array, groupRegister)
@@ -1224,11 +1240,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | The unique name or id of the group
GroupRegister groupRegister = new GroupRegister(); // GroupRegister |
try {
- apiInstance.registerGroup(namespace, array, groupRegister);
+ apiInstance.registerGroup(workspace, teamspace, array, groupRegister);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#registerGroup");
System.err.println("Status code: " + e.getCode());
@@ -1244,7 +1261,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| The unique name or id of the group | |
| **groupRegister** | [**GroupRegister**](GroupRegister.md)| | [optional] |
@@ -1270,7 +1288,7 @@ null (empty response body)
# **shareGroup**
-> shareGroup(groupNamespace, groupName, groupSharingRequest)
+> shareGroup(workspace, teamspace, groupName, groupSharingRequest)
@@ -1303,11 +1321,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
GroupSharingRequest groupSharingRequest = new GroupSharingRequest(); // GroupSharingRequest | Namespace and list of permissions to share with. Sharing is recursive, it is applied to all reachable subgroups and arrays of the group. An empty list of permissions will remove the namespace; if permissions already exist they will be deleted then new ones added. In the event of a failure, the new policies will be rolled back to prevent partial policies, and it's likely the group will not be shared with the namespace at all.
try {
- apiInstance.shareGroup(groupNamespace, groupName, groupSharingRequest);
+ apiInstance.shareGroup(workspace, teamspace, groupName, groupSharingRequest);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#shareGroup");
System.err.println("Status code: " + e.getCode());
@@ -1323,7 +1342,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
| **groupSharingRequest** | [**GroupSharingRequest**](GroupSharingRequest.md)| Namespace and list of permissions to share with. Sharing is recursive, it is applied to all reachable subgroups and arrays of the group. An empty list of permissions will remove the namespace; if permissions already exist they will be deleted then new ones added. In the event of a failure, the new policies will be rolled back to prevent partial policies, and it's likely the group will not be shared with the namespace at all. | |
@@ -1350,7 +1370,7 @@ null (empty response body)
# **updateGroup**
-> updateGroup(groupNamespace, groupName, groupUpdate)
+> updateGroup(workspace, teamspace, groupName, groupUpdate)
@@ -1383,11 +1403,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
GroupsApi apiInstance = new GroupsApi(defaultClient);
- String groupNamespace = "groupNamespace_example"; // String | The namespace of the group
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String groupName = "groupName_example"; // String | The unique name or id of the group
GroupUpdate groupUpdate = new GroupUpdate(); // GroupUpdate |
try {
- apiInstance.updateGroup(groupNamespace, groupName, groupUpdate);
+ apiInstance.updateGroup(workspace, teamspace, groupName, groupUpdate);
} catch (ApiException e) {
System.err.println("Exception when calling GroupsApi#updateGroup");
System.err.println("Status code: " + e.getCode());
@@ -1403,7 +1424,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **groupNamespace** | **String**| The namespace of the group | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **groupName** | **String**| The unique name or id of the group | |
| **groupUpdate** | [**GroupUpdate**](GroupUpdate.md)| | [optional] |
diff --git a/docs/InvitationApi.md b/docs/InvitationApi.md
index 0e605d0..ad5ec0e 100644
--- a/docs/InvitationApi.md
+++ b/docs/InvitationApi.md
@@ -6,14 +6,14 @@ All URIs are relative to */v1*
|------------- | ------------- | -------------|
| [**acceptInvitation**](InvitationApi.md#acceptInvitation) | **POST** /invitations/{invitation} | |
| [**cancelJoinOrganization**](InvitationApi.md#cancelJoinOrganization) | **DELETE** /invitations/{invitation}/{organization}/join | |
-| [**cancelShareArrayByInvite**](InvitationApi.md#cancelShareArrayByInvite) | **DELETE** /invitations/{invitation}/{namespace}/{array}/share | |
-| [**cancelShareGroupByInvite**](InvitationApi.md#cancelShareGroupByInvite) | **DELETE** /invitations/group/{invitation}/{namespace}/{group_name}/share | |
-| [**cancelSharePayment**](InvitationApi.md#cancelSharePayment) | **DELETE** /invitations/share_payment/{namespace}/{target} | |
+| [**cancelShareArrayByInvite**](InvitationApi.md#cancelShareArrayByInvite) | **DELETE** /invitations/{invitation}/{workspace}/{teamspace}/{array}/share | |
+| [**cancelShareGroupByInvite**](InvitationApi.md#cancelShareGroupByInvite) | **DELETE** /invitations/group/{invitation}/{workspace}/{teamspace}/{group_name}/share | |
+| [**cancelSharePayment**](InvitationApi.md#cancelSharePayment) | **DELETE** /invitations/share_payment/{workspace}/{teamspace}/{target} | |
| [**fetchInvitations**](InvitationApi.md#fetchInvitations) | **GET** /invitations | |
| [**joinOrganization**](InvitationApi.md#joinOrganization) | **POST** /invitations/{organization}/join | |
-| [**shareArrayByInvite**](InvitationApi.md#shareArrayByInvite) | **POST** /invitations/{namespace}/{array}/share | |
-| [**shareGroupByInvite**](InvitationApi.md#shareGroupByInvite) | **POST** /invitations/group/{namespace}/{group}/share | |
-| [**sharePayment**](InvitationApi.md#sharePayment) | **POST** /invitations/share_payment/{namespace} | |
+| [**shareArrayByInvite**](InvitationApi.md#shareArrayByInvite) | **POST** /invitations/{workspace}/{teamspace}/{array}/share | |
+| [**shareGroupByInvite**](InvitationApi.md#shareGroupByInvite) | **POST** /invitations/group/{workspace}/{teamspace}/{group}/share | |
+| [**sharePayment**](InvitationApi.md#sharePayment) | **POST** /invitations/share_payment/{workspace}/{teamspace} | |
@@ -172,7 +172,7 @@ null (empty response body)
# **cancelShareArrayByInvite**
-> cancelShareArrayByInvite(namespace, invitation, array)
+> cancelShareArrayByInvite(workspace, teamspace, invitation, array)
@@ -205,11 +205,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
InvitationApi apiInstance = new InvitationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String invitation = "invitation_example"; // String | the ID of invitation about to be cancelled
String array = "array_example"; // String | name/uri of array that is url-encoded
try {
- apiInstance.cancelShareArrayByInvite(namespace, invitation, array);
+ apiInstance.cancelShareArrayByInvite(workspace, teamspace, invitation, array);
} catch (ApiException e) {
System.err.println("Exception when calling InvitationApi#cancelShareArrayByInvite");
System.err.println("Status code: " + e.getCode());
@@ -225,7 +226,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **invitation** | **String**| the ID of invitation about to be cancelled | |
| **array** | **String**| name/uri of array that is url-encoded | |
@@ -252,7 +254,7 @@ null (empty response body)
# **cancelShareGroupByInvite**
-> cancelShareGroupByInvite(namespace, invitation, groupName)
+> cancelShareGroupByInvite(workspace, teamspace, invitation, groupName)
@@ -285,11 +287,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
InvitationApi apiInstance = new InvitationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace group is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String invitation = "invitation_example"; // String | the ID of invitation about to be cancelled
String groupName = "groupName_example"; // String | name/uuid of group that is url-encoded
try {
- apiInstance.cancelShareGroupByInvite(namespace, invitation, groupName);
+ apiInstance.cancelShareGroupByInvite(workspace, teamspace, invitation, groupName);
} catch (ApiException e) {
System.err.println("Exception when calling InvitationApi#cancelShareGroupByInvite");
System.err.println("Status code: " + e.getCode());
@@ -305,7 +308,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace group is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **invitation** | **String**| the ID of invitation about to be cancelled | |
| **groupName** | **String**| name/uuid of group that is url-encoded | |
@@ -332,7 +336,7 @@ null (empty response body)
# **cancelSharePayment**
-> cancelSharePayment(namespace, target)
+> cancelSharePayment(workspace, teamspace, target)
@@ -365,10 +369,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
InvitationApi apiInstance = new InvitationApi(defaultClient);
- String namespace = "namespace_example"; // String | name or UUID of namespace sharing their payment info
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String target = "target_example"; // String | name or UUID of recipient namespace
try {
- apiInstance.cancelSharePayment(namespace, target);
+ apiInstance.cancelSharePayment(workspace, teamspace, target);
} catch (ApiException e) {
System.err.println("Exception when calling InvitationApi#cancelSharePayment");
System.err.println("Status code: " + e.getCode());
@@ -384,7 +389,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| name or UUID of namespace sharing their payment info | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **target** | **String**| name or UUID of recipient namespace | |
### Return type
@@ -582,7 +588,7 @@ null (empty response body)
# **shareArrayByInvite**
-> shareArrayByInvite(namespace, array, emailInvite)
+> shareArrayByInvite(workspace, teamspace, array, emailInvite)
@@ -615,11 +621,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
InvitationApi apiInstance = new InvitationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
InvitationArrayShareEmail emailInvite = new InvitationArrayShareEmail(); // InvitationArrayShareEmail | list of email recipients
try {
- apiInstance.shareArrayByInvite(namespace, array, emailInvite);
+ apiInstance.shareArrayByInvite(workspace, teamspace, array, emailInvite);
} catch (ApiException e) {
System.err.println("Exception when calling InvitationApi#shareArrayByInvite");
System.err.println("Status code: " + e.getCode());
@@ -635,7 +642,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **emailInvite** | [**InvitationArrayShareEmail**](InvitationArrayShareEmail.md)| list of email recipients | |
@@ -663,7 +671,7 @@ null (empty response body)
# **shareGroupByInvite**
-> shareGroupByInvite(namespace, group, emailInvite)
+> shareGroupByInvite(workspace, teamspace, group, emailInvite)
@@ -696,11 +704,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
InvitationApi apiInstance = new InvitationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace group is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String group = "group_example"; // String | name/uri of group that is url-encoded
InvitationGroupShareEmail emailInvite = new InvitationGroupShareEmail(); // InvitationGroupShareEmail | list of email/namespace recipients
try {
- apiInstance.shareGroupByInvite(namespace, group, emailInvite);
+ apiInstance.shareGroupByInvite(workspace, teamspace, group, emailInvite);
} catch (ApiException e) {
System.err.println("Exception when calling InvitationApi#shareGroupByInvite");
System.err.println("Status code: " + e.getCode());
@@ -716,7 +725,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace group is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **group** | **String**| name/uri of group that is url-encoded | |
| **emailInvite** | [**InvitationGroupShareEmail**](InvitationGroupShareEmail.md)| list of email/namespace recipients | |
@@ -744,7 +754,7 @@ null (empty response body)
# **sharePayment**
-> sharePayment(namespace, emailInvite)
+> sharePayment(workspace, teamspace, emailInvite)
@@ -777,10 +787,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
InvitationApi apiInstance = new InvitationApi(defaultClient);
- String namespace = "namespace_example"; // String | name or UUID of namespace sharing their payment info
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
SharePaymentRequest emailInvite = new SharePaymentRequest(); // SharePaymentRequest | Recipients of the invitation. These may only be namespaces, not email addresses.
try {
- apiInstance.sharePayment(namespace, emailInvite);
+ apiInstance.sharePayment(workspace, teamspace, emailInvite);
} catch (ApiException e) {
System.err.println("Exception when calling InvitationApi#sharePayment");
System.err.println("Status code: " + e.getCode());
@@ -796,7 +807,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| name or UUID of namespace sharing their payment info | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **emailInvite** | [**SharePaymentRequest**](SharePaymentRequest.md)| Recipients of the invitation. These may only be namespaces, not email addresses. | [optional] |
### Return type
diff --git a/docs/NotebookApi.md b/docs/NotebookApi.md
index 6c4a51f..fffa49e 100644
--- a/docs/NotebookApi.md
+++ b/docs/NotebookApi.md
@@ -4,16 +4,16 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**getNotebookServerStatus**](NotebookApi.md#getNotebookServerStatus) | **GET** /notebooks/server/{namespace}/status | |
-| [**handleCopyNotebook**](NotebookApi.md#handleCopyNotebook) | **POST** /notebooks/{namespace}/{array}/copy | |
-| [**handleUploadNotebook**](NotebookApi.md#handleUploadNotebook) | **POST** /notebooks/{namespace}/upload | |
-| [**shutdownNotebookServer**](NotebookApi.md#shutdownNotebookServer) | **DELETE** /notebooks/server/{namespace} | |
-| [**updateNotebookName**](NotebookApi.md#updateNotebookName) | **PATCH** /notebooks/{namespace}/{array}/rename | |
+| [**getNotebookServerStatus**](NotebookApi.md#getNotebookServerStatus) | **GET** /notebooks/server/{workspace}/{teamspace}/status | |
+| [**handleCopyNotebook**](NotebookApi.md#handleCopyNotebook) | **POST** /notebooks/{workspace}/{teamspace}/{array}/copy | |
+| [**handleUploadNotebook**](NotebookApi.md#handleUploadNotebook) | **POST** /notebooks/{workspace}/{teamspace}/upload | |
+| [**shutdownNotebookServer**](NotebookApi.md#shutdownNotebookServer) | **DELETE** /notebooks/server/{workspace}/{teamspace} | |
+| [**updateNotebookName**](NotebookApi.md#updateNotebookName) | **PATCH** /notebooks/{workspace}/{teamspace}/{array}/rename | |
# **getNotebookServerStatus**
-> NotebookStatus getNotebookServerStatus(namespace)
+> NotebookStatus getNotebookServerStatus(workspace, teamspace)
@@ -46,9 +46,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebookApi apiInstance = new NotebookApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace notebook is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
try {
- NotebookStatus result = apiInstance.getNotebookServerStatus(namespace);
+ NotebookStatus result = apiInstance.getNotebookServerStatus(workspace, teamspace);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling NotebookApi#getNotebookServerStatus");
@@ -65,7 +66,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace notebook is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
### Return type
@@ -91,7 +93,7 @@ public class Example {
# **handleCopyNotebook**
-> NotebookCopied handleCopyNotebook(namespace, array, notebookCopy, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, endTimestamp)
+> NotebookCopied handleCopyNotebook(workspace, teamspace, array, notebookCopy, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, endTimestamp)
@@ -124,13 +126,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebookApi apiInstance = new NotebookApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the notebook
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | The name of the notebook
NotebookCopy notebookCopy = new NotebookCopy(); // NotebookCopy | Input/Output information to create a new TileDB file
String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = "X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME_example"; // String | Optional registered access credentials to use for creation
Integer endTimestamp = 56; // Integer | Milliseconds since Unix epoch, copy will use open_at functionality to copy notebook created at the specific timestamp
try {
- NotebookCopied result = apiInstance.handleCopyNotebook(namespace, array, notebookCopy, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, endTimestamp);
+ NotebookCopied result = apiInstance.handleCopyNotebook(workspace, teamspace, array, notebookCopy, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, endTimestamp);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling NotebookApi#handleCopyNotebook");
@@ -147,7 +150,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the notebook | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| The name of the notebook | |
| **notebookCopy** | [**NotebookCopy**](NotebookCopy.md)| Input/Output information to create a new TileDB file | |
| **X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME** | **String**| Optional registered access credentials to use for creation | [optional] |
@@ -175,7 +179,7 @@ public class Example {
# **handleUploadNotebook**
-> FileUploaded handleUploadNotebook(namespace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name)
+> FileUploaded handleUploadNotebook(workspace, teamspace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name)
@@ -208,13 +212,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebookApi apiInstance = new NotebookApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace of the notebook
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
File inputFile = new File("/path/to/file"); // File | the notebook to upload
String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = "X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME_example"; // String | Optional registered access credentials to use for creation
String outputUri = "outputUri_example"; // String | output location of the TileDB File
String name = "name_example"; // String | name to set for registered file
try {
- FileUploaded result = apiInstance.handleUploadNotebook(namespace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name);
+ FileUploaded result = apiInstance.handleUploadNotebook(workspace, teamspace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling NotebookApi#handleUploadNotebook");
@@ -231,7 +236,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace of the notebook | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **inputFile** | **File**| the notebook to upload | |
| **X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME** | **String**| Optional registered access credentials to use for creation | [optional] |
| **outputUri** | **String**| output location of the TileDB File | [optional] |
@@ -259,7 +265,7 @@ public class Example {
# **shutdownNotebookServer**
-> shutdownNotebookServer(namespace)
+> shutdownNotebookServer(workspace, teamspace)
@@ -292,9 +298,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebookApi apiInstance = new NotebookApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace notebook is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
try {
- apiInstance.shutdownNotebookServer(namespace);
+ apiInstance.shutdownNotebookServer(workspace, teamspace);
} catch (ApiException e) {
System.err.println("Exception when calling NotebookApi#shutdownNotebookServer");
System.err.println("Status code: " + e.getCode());
@@ -310,7 +317,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace notebook is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
### Return type
@@ -335,7 +343,7 @@ null (empty response body)
# **updateNotebookName**
-> updateNotebookName(namespace, array, notebookMetadata)
+> updateNotebookName(workspace, teamspace, array, notebookMetadata)
@@ -368,11 +376,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebookApi apiInstance = new NotebookApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of notebook (array) that is url-encoded
ArrayInfoUpdate notebookMetadata = new ArrayInfoUpdate(); // ArrayInfoUpdate | notebook (array) metadata to update
try {
- apiInstance.updateNotebookName(namespace, array, notebookMetadata);
+ apiInstance.updateNotebookName(workspace, teamspace, array, notebookMetadata);
} catch (ApiException e) {
System.err.println("Exception when calling NotebookApi#updateNotebookName");
System.err.println("Status code: " + e.getCode());
@@ -388,7 +397,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of notebook (array) that is url-encoded | |
| **notebookMetadata** | [**ArrayInfoUpdate**](ArrayInfoUpdate.md)| notebook (array) metadata to update | |
diff --git a/docs/NotebooksApi.md b/docs/NotebooksApi.md
index 0432197..d4b401b 100644
--- a/docs/NotebooksApi.md
+++ b/docs/NotebooksApi.md
@@ -4,13 +4,13 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**notebooksNamespaceArrayEndTimestampsGet**](NotebooksApi.md#notebooksNamespaceArrayEndTimestampsGet) | **GET** /notebooks/{namespace}/{array}/end_timestamps | |
-| [**notebooksNamespaceArrayPrunePost**](NotebooksApi.md#notebooksNamespaceArrayPrunePost) | **POST** /notebooks/{namespace}/{array}/prune | |
+| [**notebooksWorkspaceTeamspaceArrayEndTimestampsGet**](NotebooksApi.md#notebooksWorkspaceTeamspaceArrayEndTimestampsGet) | **GET** /notebooks/{workspace}/{teamspace}/{array}/end_timestamps | |
+| [**notebooksWorkspaceTeamspaceArrayPrunePost**](NotebooksApi.md#notebooksWorkspaceTeamspaceArrayPrunePost) | **POST** /notebooks/{workspace}/{teamspace}/{array}/prune | |
-
-# **notebooksNamespaceArrayEndTimestampsGet**
-> ArrayEndTimestampData notebooksNamespaceArrayEndTimestampsGet(namespace, array, page, perPage)
+
+# **notebooksWorkspaceTeamspaceArrayEndTimestampsGet**
+> ArrayEndTimestampData notebooksWorkspaceTeamspaceArrayEndTimestampsGet(workspace, teamspace, array, page, perPage)
@@ -43,15 +43,16 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebooksApi apiInstance = new NotebooksApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
Integer page = 56; // Integer | pagination offset
Integer perPage = 56; // Integer | pagination limit
try {
- ArrayEndTimestampData result = apiInstance.notebooksNamespaceArrayEndTimestampsGet(namespace, array, page, perPage);
+ ArrayEndTimestampData result = apiInstance.notebooksWorkspaceTeamspaceArrayEndTimestampsGet(workspace, teamspace, array, page, perPage);
System.out.println(result);
} catch (ApiException e) {
- System.err.println("Exception when calling NotebooksApi#notebooksNamespaceArrayEndTimestampsGet");
+ System.err.println("Exception when calling NotebooksApi#notebooksWorkspaceTeamspaceArrayEndTimestampsGet");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
@@ -65,7 +66,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **page** | **Integer**| pagination offset | [optional] |
| **perPage** | **Integer**| pagination limit | [optional] |
@@ -90,9 +92,9 @@ public class Example {
| **502** | Bad Gateway | - |
| **0** | error response | - |
-
-# **notebooksNamespaceArrayPrunePost**
-> notebooksNamespaceArrayPrunePost(namespace, array, keepVersions)
+
+# **notebooksWorkspaceTeamspaceArrayPrunePost**
+> notebooksWorkspaceTeamspaceArrayPrunePost(workspace, teamspace, array, keepVersions)
@@ -125,13 +127,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
NotebooksApi apiInstance = new NotebooksApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
Integer keepVersions = 56; // Integer | The number of most recents fragment to preserve
try {
- apiInstance.notebooksNamespaceArrayPrunePost(namespace, array, keepVersions);
+ apiInstance.notebooksWorkspaceTeamspaceArrayPrunePost(workspace, teamspace, array, keepVersions);
} catch (ApiException e) {
- System.err.println("Exception when calling NotebooksApi#notebooksNamespaceArrayPrunePost");
+ System.err.println("Exception when calling NotebooksApi#notebooksWorkspaceTeamspaceArrayPrunePost");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
@@ -145,7 +148,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **keepVersions** | **Integer**| The number of most recents fragment to preserve | [optional] |
diff --git a/docs/OrganizationApi.md b/docs/OrganizationApi.md
index e257b59..5fc979e 100644
--- a/docs/OrganizationApi.md
+++ b/docs/OrganizationApi.md
@@ -4,14 +4,14 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**addAWSAccessCredentials**](OrganizationApi.md#addAWSAccessCredentials) | **POST** /credentials/{namespace}/aws | |
+| [**addAWSAccessCredentials**](OrganizationApi.md#addAWSAccessCredentials) | **POST** /credentials/{workspace}/{teamspace}/aws | |
| [**addUserToOrganization**](OrganizationApi.md#addUserToOrganization) | **POST** /organizations/{organization}/user | |
-| [**checkAWSAccessCredentials**](OrganizationApi.md#checkAWSAccessCredentials) | **GET** /credentials/{namespace}/aws | |
-| [**checkAWSAccessCredentialsByName**](OrganizationApi.md#checkAWSAccessCredentialsByName) | **GET** /credentials/{namespace}/aws/{name} | |
+| [**checkAWSAccessCredentials**](OrganizationApi.md#checkAWSAccessCredentials) | **GET** /credentials/{workspace}/{teamspace}/aws | |
+| [**checkAWSAccessCredentialsByName**](OrganizationApi.md#checkAWSAccessCredentialsByName) | **GET** /credentials/{workspace}/{teamspace}/aws/{name} | |
| [**checkSSODomain**](OrganizationApi.md#checkSSODomain) | **POST** /organizations/{organization}/sso_domains/{uuid}/run_check | |
| [**createOrganization**](OrganizationApi.md#createOrganization) | **POST** /organization | |
| [**createSSODomain**](OrganizationApi.md#createSSODomain) | **POST** /organizations/{organization}/sso_domain | |
-| [**deleteAWSAccessCredentials**](OrganizationApi.md#deleteAWSAccessCredentials) | **DELETE** /credentials/{namespace}/aws/{name} | |
+| [**deleteAWSAccessCredentials**](OrganizationApi.md#deleteAWSAccessCredentials) | **DELETE** /credentials/{workspace}/{teamspace}/aws/{name} | |
| [**deleteOrganization**](OrganizationApi.md#deleteOrganization) | **DELETE** /organizations/{organization} | |
| [**deleteSSODomain**](OrganizationApi.md#deleteSSODomain) | **DELETE** /organizations/{organization}/sso_domains/{uuid} | |
| [**deleteUserFromOrganization**](OrganizationApi.md#deleteUserFromOrganization) | **DELETE** /organizations/{organization}/{username} | |
@@ -20,7 +20,7 @@ All URIs are relative to */v1*
| [**getOrganizationUser**](OrganizationApi.md#getOrganizationUser) | **GET** /organizations/{organization}/{username} | |
| [**getSSODomain**](OrganizationApi.md#getSSODomain) | **GET** /organizations/{organization}/sso_domains/{uuid} | |
| [**getSSODomains**](OrganizationApi.md#getSSODomains) | **GET** /organizations/{organization}/sso_domains | |
-| [**updateAWSAccessCredentials**](OrganizationApi.md#updateAWSAccessCredentials) | **PATCH** /credentials/{namespace}/aws/{name} | |
+| [**updateAWSAccessCredentials**](OrganizationApi.md#updateAWSAccessCredentials) | **PATCH** /credentials/{workspace}/{teamspace}/aws/{name} | |
| [**updateOrganization**](OrganizationApi.md#updateOrganization) | **PATCH** /organizations/{organization} | |
| [**updateSSODomain**](OrganizationApi.md#updateSSODomain) | **PATCH** /organizations/{organization}/sso_domains/{uuid} | |
| [**updateUserInOrganization**](OrganizationApi.md#updateUserInOrganization) | **PATCH** /organizations/{organization}/{username} | |
@@ -28,7 +28,7 @@ All URIs are relative to */v1*
# **addAWSAccessCredentials**
-> addAWSAccessCredentials(namespace, awsAccessCredentials)
+> addAWSAccessCredentials(workspace, teamspace, awsAccessCredentials)
@@ -61,10 +61,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
OrganizationApi apiInstance = new OrganizationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the credentials belongs to
AWSAccessCredentials awsAccessCredentials = new AWSAccessCredentials(); // AWSAccessCredentials | aws access credentials to store for a namespace
try {
- apiInstance.addAWSAccessCredentials(namespace, awsAccessCredentials);
+ apiInstance.addAWSAccessCredentials(workspace, teamspace, awsAccessCredentials);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#addAWSAccessCredentials");
System.err.println("Status code: " + e.getCode());
@@ -80,7 +81,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the credentials belongs to | |
| **awsAccessCredentials** | [**AWSAccessCredentials**](AWSAccessCredentials.md)| aws access credentials to store for a namespace | |
### Return type
@@ -182,7 +184,7 @@ null (empty response body)
# **checkAWSAccessCredentials**
-> List<AWSAccessCredentials> checkAWSAccessCredentials(namespace)
+> List<AWSAccessCredentials> checkAWSAccessCredentials(workspace, teamspace)
@@ -215,9 +217,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
OrganizationApi apiInstance = new OrganizationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the credentials belongs to
try {
- List result = apiInstance.checkAWSAccessCredentials(namespace);
+ List result = apiInstance.checkAWSAccessCredentials(workspace, teamspace);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#checkAWSAccessCredentials");
@@ -234,7 +237,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the credentials belongs to | |
### Return type
@@ -258,7 +262,7 @@ public class Example {
# **checkAWSAccessCredentialsByName**
-> AWSAccessCredentials checkAWSAccessCredentialsByName(namespace, name)
+> AWSAccessCredentials checkAWSAccessCredentialsByName(workspace, teamspace, name)
@@ -291,10 +295,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
OrganizationApi apiInstance = new OrganizationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the credentials belongs to
String name = "name_example"; // String | name
try {
- AWSAccessCredentials result = apiInstance.checkAWSAccessCredentialsByName(namespace, name);
+ AWSAccessCredentials result = apiInstance.checkAWSAccessCredentialsByName(workspace, teamspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#checkAWSAccessCredentialsByName");
@@ -311,7 +316,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the credentials belongs to | |
| **name** | **String**| name | |
### Return type
@@ -565,7 +571,7 @@ public class Example {
# **deleteAWSAccessCredentials**
-> deleteAWSAccessCredentials(namespace, name)
+> deleteAWSAccessCredentials(workspace, teamspace, name)
@@ -598,10 +604,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
OrganizationApi apiInstance = new OrganizationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the credentials belongs to
String name = "name_example"; // String | name
try {
- apiInstance.deleteAWSAccessCredentials(namespace, name);
+ apiInstance.deleteAWSAccessCredentials(workspace, teamspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#deleteAWSAccessCredentials");
System.err.println("Status code: " + e.getCode());
@@ -617,7 +624,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the credentials belongs to | |
| **name** | **String**| name | |
### Return type
@@ -1252,7 +1260,7 @@ public class Example {
# **updateAWSAccessCredentials**
-> updateAWSAccessCredentials(namespace, name, awsAccessCredentials)
+> updateAWSAccessCredentials(workspace, teamspace, name, awsAccessCredentials)
@@ -1285,11 +1293,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
OrganizationApi apiInstance = new OrganizationApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the credentials belongs to
String name = "name_example"; // String | name
AWSAccessCredentials awsAccessCredentials = new AWSAccessCredentials(); // AWSAccessCredentials | aws credentials to update
try {
- apiInstance.updateAWSAccessCredentials(namespace, name, awsAccessCredentials);
+ apiInstance.updateAWSAccessCredentials(workspace, teamspace, name, awsAccessCredentials);
} catch (ApiException e) {
System.err.println("Exception when calling OrganizationApi#updateAWSAccessCredentials");
System.err.println("Status code: " + e.getCode());
@@ -1305,7 +1314,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the credentials belongs to | |
| **name** | **String**| name | |
| **awsAccessCredentials** | [**AWSAccessCredentials**](AWSAccessCredentials.md)| aws credentials to update | |
diff --git a/docs/OrganizationRoles.md b/docs/OrganizationRoles.md
index 764cc4a..e0c6f08 100644
--- a/docs/OrganizationRoles.md
+++ b/docs/OrganizationRoles.md
@@ -9,6 +9,8 @@
* `ADMIN` (value: `"admin"`)
+* `READ_WRITE_DELETE` (value: `"read_write_delete"`)
+
* `READ_WRITE` (value: `"read_write"`)
* `READ_ONLY` (value: `"read_only"`)
diff --git a/docs/QueryApi.md b/docs/QueryApi.md
index 226e72d..b4159db 100644
--- a/docs/QueryApi.md
+++ b/docs/QueryApi.md
@@ -4,16 +4,16 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**finalizeQuery**](QueryApi.md#finalizeQuery) | **POST** /arrays/{namespace}/{array}/query/finalize | |
-| [**getEstResultSizes**](QueryApi.md#getEstResultSizes) | **POST** /arrays/{namespace}/{array}/query/est_result_sizes | |
-| [**getFile**](QueryApi.md#getFile) | **GET** /arrays/{namespace}/{array}/query/get_file | |
-| [**submitQuery**](QueryApi.md#submitQuery) | **POST** /arrays/{namespace}/{array}/query/submit | |
-| [**submitQueryJson**](QueryApi.md#submitQueryJson) | **POST** /arrays/{namespace}/{array}/query/submit_query_json | |
+| [**finalizeQuery**](QueryApi.md#finalizeQuery) | **POST** /arrays/{workspace}/{teamspace}/{array}/query/finalize | |
+| [**getEstResultSizes**](QueryApi.md#getEstResultSizes) | **POST** /arrays/{workspace}/{teamspace}/{array}/query/est_result_sizes | |
+| [**getFile**](QueryApi.md#getFile) | **GET** /arrays/{workspace}/{teamspace}/{array}/query/get_file | |
+| [**submitQuery**](QueryApi.md#submitQuery) | **POST** /arrays/{workspace}/{teamspace}/{array}/query/submit | |
+| [**submitQueryJson**](QueryApi.md#submitQueryJson) | **POST** /arrays/{workspace}/{teamspace}/{array}/query/submit_query_json | |
# **finalizeQuery**
-> Query finalizeQuery(namespace, array, type, contentType, query, xPayer, openAt)
+> Query finalizeQuery(workspace, teamspace, array, type, contentType, query, xPayer, openAt)
@@ -46,7 +46,8 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
QueryApi apiInstance = new QueryApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String type = "type_example"; // String | type of query
String contentType = "application/json"; // String | Content Type of input and return mime
@@ -54,7 +55,7 @@ public class Example {
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
Integer openAt = 56; // Integer | open_at for array in unix epoch
try {
- Query result = apiInstance.finalizeQuery(namespace, array, type, contentType, query, xPayer, openAt);
+ Query result = apiInstance.finalizeQuery(workspace, teamspace, array, type, contentType, query, xPayer, openAt);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QueryApi#finalizeQuery");
@@ -71,7 +72,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **type** | **String**| type of query | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
@@ -102,7 +104,7 @@ public class Example {
# **getEstResultSizes**
-> Query getEstResultSizes(namespace, array, type, contentType, query, xPayer, openAt)
+> Query getEstResultSizes(workspace, teamspace, array, type, contentType, query, xPayer, openAt)
@@ -135,7 +137,8 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
QueryApi apiInstance = new QueryApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String type = "type_example"; // String | type of query
String contentType = "application/json"; // String | Content Type of input and return mime
@@ -143,7 +146,7 @@ public class Example {
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
Integer openAt = 56; // Integer | open_at for array in unix epoch
try {
- Query result = apiInstance.getEstResultSizes(namespace, array, type, contentType, query, xPayer, openAt);
+ Query result = apiInstance.getEstResultSizes(workspace, teamspace, array, type, contentType, query, xPayer, openAt);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QueryApi#getEstResultSizes");
@@ -160,7 +163,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **type** | **String**| type of query | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
@@ -191,7 +195,7 @@ public class Example {
# **getFile**
-> File getFile(namespace, array, contentType, xPayer)
+> File getFile(workspace, teamspace, array, contentType, xPayer)
@@ -224,12 +228,13 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
QueryApi apiInstance = new QueryApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
try {
- File result = apiInstance.getFile(namespace, array, contentType, xPayer);
+ File result = apiInstance.getFile(workspace, teamspace, array, contentType, xPayer);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QueryApi#getFile");
@@ -246,7 +251,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
| **xPayer** | **String**| Name of organization or user who should be charged for this request | [optional] |
@@ -273,7 +279,7 @@ public class Example {
# **submitQuery**
-> Query submitQuery(namespace, array, type, contentType, query, xPayer, openAt)
+> Query submitQuery(workspace, teamspace, array, type, contentType, query, xPayer, openAt)
@@ -306,7 +312,8 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
QueryApi apiInstance = new QueryApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String type = "type_example"; // String | type of query
String contentType = "application/json"; // String | Content Type of input and return mime
@@ -314,7 +321,7 @@ public class Example {
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
Integer openAt = 56; // Integer | open_at for array in unix epoch
try {
- Query result = apiInstance.submitQuery(namespace, array, type, contentType, query, xPayer, openAt);
+ Query result = apiInstance.submitQuery(workspace, teamspace, array, type, contentType, query, xPayer, openAt);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QueryApi#submitQuery");
@@ -331,7 +338,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **type** | **String**| type of query | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
@@ -362,7 +370,7 @@ public class Example {
# **submitQueryJson**
-> Object submitQueryJson(namespace, array, contentType, queryJson, xPayer)
+> Object submitQueryJson(workspace, teamspace, array, contentType, queryJson, xPayer)
@@ -395,13 +403,14 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
QueryApi apiInstance = new QueryApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace array is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the array belongs to
String array = "array_example"; // String | name/uri of array that is url-encoded
String contentType = "application/json"; // String | Content Type of input and return mime
QueryJson queryJson = new QueryJson(); // QueryJson | query to run
String xPayer = "xPayer_example"; // String | Name of organization or user who should be charged for this request
try {
- Object result = apiInstance.submitQueryJson(namespace, array, contentType, queryJson, xPayer);
+ Object result = apiInstance.submitQueryJson(workspace, teamspace, array, contentType, queryJson, xPayer);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling QueryApi#submitQueryJson");
@@ -418,7 +427,8 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| namespace array is in (an organization name or user's username) | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
+| **teamspace** | **String**| the teamspace the array belongs to | |
| **array** | **String**| name/uri of array that is url-encoded | |
| **contentType** | **String**| Content Type of input and return mime | [default to application/json] |
| **queryJson** | [**QueryJson**](QueryJson.md)| query to run | |
diff --git a/docs/RegisteredTaskGraphsApi.md b/docs/RegisteredTaskGraphsApi.md
index dbbafb9..f95d794 100644
--- a/docs/RegisteredTaskGraphsApi.md
+++ b/docs/RegisteredTaskGraphsApi.md
@@ -4,17 +4,17 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**deleteRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#deleteRegisteredTaskGraph) | **DELETE** /taskgraphs/{namespace}/registered/{name} | |
-| [**getRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#getRegisteredTaskGraph) | **GET** /taskgraphs/{namespace}/registered/{name} | |
-| [**getRegisteredTaskGraphSharingPolicies**](RegisteredTaskGraphsApi.md#getRegisteredTaskGraphSharingPolicies) | **GET** /taskgraphs/{namespace}/registered/{name}/share | |
-| [**registerRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#registerRegisteredTaskGraph) | **POST** /taskgraphs/{namespace}/registered/{name} | |
-| [**shareRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#shareRegisteredTaskGraph) | **PATCH** /taskgraphs/{namespace}/registered/{name}/share | |
-| [**updateRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#updateRegisteredTaskGraph) | **PATCH** /taskgraphs/{namespace}/registered/{name} | |
+| [**deleteRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#deleteRegisteredTaskGraph) | **DELETE** /taskgraphs/{workspace}/registered/{name} | |
+| [**getRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#getRegisteredTaskGraph) | **GET** /taskgraphs/{workspace}/registered/{name} | |
+| [**getRegisteredTaskGraphSharingPolicies**](RegisteredTaskGraphsApi.md#getRegisteredTaskGraphSharingPolicies) | **GET** /taskgraphs/{workspace}/registered/{name}/share | |
+| [**registerRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#registerRegisteredTaskGraph) | **POST** /taskgraphs/{workspace}/registered/{name} | |
+| [**shareRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#shareRegisteredTaskGraph) | **PATCH** /taskgraphs/{workspace}/registered/{name}/share | |
+| [**updateRegisteredTaskGraph**](RegisteredTaskGraphsApi.md#updateRegisteredTaskGraph) | **PATCH** /taskgraphs/{workspace}/registered/{name} | |
# **deleteRegisteredTaskGraph**
-> deleteRegisteredTaskGraph(namespace, name)
+> deleteRegisteredTaskGraph(workspace, name)
@@ -47,10 +47,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
RegisteredTaskGraphsApi apiInstance = new RegisteredTaskGraphsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace that owns this registered UDF.
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the registered task graph.
try {
- apiInstance.deleteRegisteredTaskGraph(namespace, name);
+ apiInstance.deleteRegisteredTaskGraph(workspace, name);
} catch (ApiException e) {
System.err.println("Exception when calling RegisteredTaskGraphsApi#deleteRegisteredTaskGraph");
System.err.println("Status code: " + e.getCode());
@@ -66,7 +66,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace that owns this registered UDF. | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the registered task graph. | |
### Return type
@@ -91,7 +91,7 @@ null (empty response body)
# **getRegisteredTaskGraph**
-> RegisteredTaskGraph getRegisteredTaskGraph(namespace, name)
+> RegisteredTaskGraph getRegisteredTaskGraph(workspace, name)
@@ -124,10 +124,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
RegisteredTaskGraphsApi apiInstance = new RegisteredTaskGraphsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace that owns this registered UDF.
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the registered task graph.
try {
- RegisteredTaskGraph result = apiInstance.getRegisteredTaskGraph(namespace, name);
+ RegisteredTaskGraph result = apiInstance.getRegisteredTaskGraph(workspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling RegisteredTaskGraphsApi#getRegisteredTaskGraph");
@@ -144,7 +144,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace that owns this registered UDF. | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the registered task graph. | |
### Return type
@@ -169,7 +169,7 @@ public class Example {
# **getRegisteredTaskGraphSharingPolicies**
-> List<TaskGraphSharing> getRegisteredTaskGraphSharingPolicies(namespace, name)
+> List<TaskGraphSharing> getRegisteredTaskGraphSharingPolicies(workspace, name)
@@ -202,10 +202,10 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
RegisteredTaskGraphsApi apiInstance = new RegisteredTaskGraphsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace that owns the registered task graph.
+ String workspace = "workspace_example"; // String | The workspace that owns the registered task graph.
String name = "name_example"; // String | The name of the task graph.
try {
- List result = apiInstance.getRegisteredTaskGraphSharingPolicies(namespace, name);
+ List result = apiInstance.getRegisteredTaskGraphSharingPolicies(workspace, name);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling RegisteredTaskGraphsApi#getRegisteredTaskGraphSharingPolicies");
@@ -222,7 +222,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace that owns the registered task graph. | |
+| **workspace** | **String**| The workspace that owns the registered task graph. | |
| **name** | **String**| The name of the task graph. | |
### Return type
@@ -248,7 +248,7 @@ public class Example {
# **registerRegisteredTaskGraph**
-> registerRegisteredTaskGraph(namespace, name, graph)
+> registerRegisteredTaskGraph(workspace, name, graph)
@@ -281,11 +281,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
RegisteredTaskGraphsApi apiInstance = new RegisteredTaskGraphsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace that owns this registered UDF.
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the registered task graph.
RegisteredTaskGraph graph = new RegisteredTaskGraph(); // RegisteredTaskGraph | Task graph to register.
try {
- apiInstance.registerRegisteredTaskGraph(namespace, name, graph);
+ apiInstance.registerRegisteredTaskGraph(workspace, name, graph);
} catch (ApiException e) {
System.err.println("Exception when calling RegisteredTaskGraphsApi#registerRegisteredTaskGraph");
System.err.println("Status code: " + e.getCode());
@@ -301,7 +301,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace that owns this registered UDF. | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the registered task graph. | |
| **graph** | [**RegisteredTaskGraph**](RegisteredTaskGraph.md)| Task graph to register. | [optional] |
@@ -327,7 +327,7 @@ null (empty response body)
# **shareRegisteredTaskGraph**
-> shareRegisteredTaskGraph(namespace, name, taskGraphSharing)
+> shareRegisteredTaskGraph(workspace, name, taskGraphSharing)
@@ -360,11 +360,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
RegisteredTaskGraphsApi apiInstance = new RegisteredTaskGraphsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace that owns the registered task graph.
+ String workspace = "workspace_example"; // String | The workspace that owns the registered task graph.
String name = "name_example"; // String | The name of the task graph.
TaskGraphSharing taskGraphSharing = new TaskGraphSharing(); // TaskGraphSharing | Namespace and list of permissions to share with. An empty list of permissions will remove the namespace; if permissions already exist they will be deleted then new ones added. In the event of a failure, the new policies will be rolled back to prevent partial policies, and it's likely the UDF will not be shared with the namespace at all.
try {
- apiInstance.shareRegisteredTaskGraph(namespace, name, taskGraphSharing);
+ apiInstance.shareRegisteredTaskGraph(workspace, name, taskGraphSharing);
} catch (ApiException e) {
System.err.println("Exception when calling RegisteredTaskGraphsApi#shareRegisteredTaskGraph");
System.err.println("Status code: " + e.getCode());
@@ -380,7 +380,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace that owns the registered task graph. | |
+| **workspace** | **String**| The workspace that owns the registered task graph. | |
| **name** | **String**| The name of the task graph. | |
| **taskGraphSharing** | [**TaskGraphSharing**](TaskGraphSharing.md)| Namespace and list of permissions to share with. An empty list of permissions will remove the namespace; if permissions already exist they will be deleted then new ones added. In the event of a failure, the new policies will be rolled back to prevent partial policies, and it's likely the UDF will not be shared with the namespace at all. | |
@@ -407,7 +407,7 @@ null (empty response body)
# **updateRegisteredTaskGraph**
-> updateRegisteredTaskGraph(namespace, name, graph)
+> updateRegisteredTaskGraph(workspace, name, graph)
@@ -440,11 +440,11 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
RegisteredTaskGraphsApi apiInstance = new RegisteredTaskGraphsApi(defaultClient);
- String namespace = "namespace_example"; // String | The namespace that owns this registered UDF.
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
String name = "name_example"; // String | The name of the registered task graph.
RegisteredTaskGraph graph = new RegisteredTaskGraph(); // RegisteredTaskGraph | The new contents of the task graph.
try {
- apiInstance.updateRegisteredTaskGraph(namespace, name, graph);
+ apiInstance.updateRegisteredTaskGraph(workspace, name, graph);
} catch (ApiException e) {
System.err.println("Exception when calling RegisteredTaskGraphsApi#updateRegisteredTaskGraph");
System.err.println("Status code: " + e.getCode());
@@ -460,7 +460,7 @@ public class Example {
| Name | Type | Description | Notes |
|------------- | ------------- | ------------- | -------------|
-| **namespace** | **String**| The namespace that owns this registered UDF. | |
+| **workspace** | **String**| the workspace containing the teamspace the array belongs to | |
| **name** | **String**| The name of the registered task graph. | |
| **graph** | [**RegisteredTaskGraph**](RegisteredTaskGraph.md)| The new contents of the task graph. | [optional] |
diff --git a/docs/SqlApi.md b/docs/SqlApi.md
index 0f8feeb..c8167dc 100644
--- a/docs/SqlApi.md
+++ b/docs/SqlApi.md
@@ -4,12 +4,12 @@ All URIs are relative to */v1*
| Method | HTTP request | Description |
|------------- | ------------- | -------------|
-| [**runSQL**](SqlApi.md#runSQL) | **POST** /sql/{namespace} | |
+| [**runSQL**](SqlApi.md#runSQL) | **POST** /sql/{workspace}/{teamspace} | |
# **runSQL**
-> List<Map<String, Object>> runSQL(namespace, sql, acceptEncoding)
+> List<Map<String, Object>> runSQL(workspace, teamspace, sql, acceptEncoding)
@@ -42,11 +42,12 @@ public class Example {
//ApiKeyAuth.setApiKeyPrefix("Token");
SqlApi apiInstance = new SqlApi(defaultClient);
- String namespace = "namespace_example"; // String | namespace to run task under is in (an organization name or user's username)
+ String workspace = "workspace_example"; // String | the workspace containing the teamspace the array belongs to
+ String teamspace = "teamspace_example"; // String | the teamspace the sql query belongs to
SQLParameters sql = new SQLParameters(); // SQLParameters | sql being submitted
String acceptEncoding = "acceptEncoding_example"; // String | Encoding to use
try {
- List