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)