pub async fn put_drive(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawDriveConfig>,
) -> Result<Response>Expand description
PUT /drives/{id}. The URL {id} must match the body drive_id.
pub async fn put_drive(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawDriveConfig>,
) -> Result<Response>PUT /drives/{id}. The URL {id} must match the body drive_id.