Function backend::service::base_layer_images::update

source ·
pub async fn update(
    id: Uuid,
    dto: UpdateBaseLayerImageDto,
    app_data: &Data<AppDataInner>,
) -> Result<BaseLayerImageDto, ServiceError>
Expand description

Update the base layer image in the database.

§Errors

If the connection to the database could not be established.