updateGeoCollection()
Home > @gooddata/sdk-backend-spi > IOrganizationGeoCollectionsService > updateGeoCollection
IOrganizationGeoCollectionsService.updateGeoCollection() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Update an existing custom geo collection.
Signature:
updateGeoCollection(geoCollection: IGeoCollection): Promise<IGeoCollection>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
geoCollection |
geo collection with updated properties |
Returns:
Promise<IGeoCollection>
Promise resolved with updated geo collection.