Skip to main content

handle_update_group_mapping

Function handle_update_group_mapping 

Source
pub async fn handle_update_group_mapping(
    __arg0: State<Arc<Context>>,
    __arg1: Path<(String, String)>,
    __arg2: Json<GroupMappingUpdateRequest>,
) -> Result<Json<GroupMappingResponse>, StatusCode>