pub async fn update_redfish_endpoint(
ctx: RequestCtx,
__arg1: Json<UpdateRedfishEndpointParams>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
PUT /redfish-endpoints — update an existing Redfish endpoint’s properties.