Function backend::service::map::update

source ·
pub async fn update(
    map_update: UpdateMapDto,
    id: i32,
    user_id: Uuid,
    app_data: &Data<AppDataInner>,
) -> 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.