pub async fn patch_drive(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawDrivePatch>,
) -> Result<Response>Expand description
PATCH /drives/{id}.
pub async fn patch_drive(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawDrivePatch>,
) -> Result<Response>PATCH /drives/{id}.