backend::service::map

Function update

source
pub async fn update(
    map_update: UpdateMapDto,
    id: i32,
    user_id: Uuid,
    pool: &SharedPool,
) -> Result<MapDto, ServiceError>
Expand description

Update a map in the database. Checks if the map is owned by the requesting user.

ยงErrors

If the connection to the database could not be established. If the requesting user is not the owner of the map.