From 8615a7f62664f5cfcbe7c1a70be2a31db3d06353 Mon Sep 17 00:00:00 2001 From: GoodData Automation Date: Mon, 16 Feb 2026 13:29:38 +0000 Subject: [PATCH] docs: clarify storage_ids validation requirement The backend now validates that storageIds must not be empty when provisioning AI Lake database instances. Updated API documentation to reflect this requirement. Related to P003: Fix storage IDs in AI Lake provision request model and controller Co-Authored-By: Claude Sonnet 4.5 --- gooddata-api-client/docs/ProvisionDatabaseInstanceRequest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gooddata-api-client/docs/ProvisionDatabaseInstanceRequest.md b/gooddata-api-client/docs/ProvisionDatabaseInstanceRequest.md index c12b65310..9ea441252 100644 --- a/gooddata-api-client/docs/ProvisionDatabaseInstanceRequest.md +++ b/gooddata-api-client/docs/ProvisionDatabaseInstanceRequest.md @@ -5,8 +5,8 @@ Request to provision a new AILake Database instance ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**name** | **str** | Name of the database instance | -**storage_ids** | **[str]** | Set of ids of the storage instances this database instance should access. | +**name** | **str** | Name of the database instance | +**storage_ids** | **[str]** | Set of ids of the storage instances this database instance should access. Must not be empty. | **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)