backend::service::base_layer_images

Function update

source
pub async fn update(
    id: Uuid,
    dto: UpdateBaseLayerImageDto,
    pool: &SharedPool,
) -> Result<BaseLayerImageDto, ServiceError>
Expand description

Update the base layer image in the database.

ยงErrors

If the connection to the database could not be established.