Function backend::service::guided_tours::update
source · pub async fn update(
status_update: UpdateGuidedToursDto,
user_id: Uuid,
pool: &SharedPool,
) -> Result<GuidedToursDto, ServiceError>
Expand description
Update the Guided Tour status for a user.
§Errors
If the connection to the database could not be established.