pub async fn add_kernel_parameters(
ctx: RequestCtx,
__arg1: Json<AddKernelParametersRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /api/v1/kernel-parameters/add — merge new kernel parameters into existing node BSS entries.