updateAttributeMeta()
Home > @gooddata/sdk-backend-spi > IWorkspaceAttributesService > updateAttributeMeta
IWorkspaceAttributesService.updateAttributeMeta() method
Updates metadata of the attribute.
Signature:
updateAttributeMeta(updatedAttribute: Partial<IMetadataObjectBase> & IMetadataObjectIdentity): Promise<IAttributeMetadataObject>;
Parameters
Parameter | Type | Description |
---|---|---|
updatedAttribute | Partial<IMetadataObjectBase> & IMetadataObjectIdentity | update to apply |
Returns:
Promise<IAttributeMetadataObject>