pub async fn update_redfish_endpoint(
infra: &InfraContext<'_>,
token: &str,
params: UpdateRedfishEndpointParams,
) -> Result<(), Error>Expand description
Update an existing Redfish endpoint’s properties.
All fields on UpdateRedfishEndpointParams are written; partial
updates aren’t supported by the backend contract.
§Errors
- [
Error::BadRequest] when the caller cannot reachparams.id. - [
Error::NetError] / [Error::CsmError] from the backendupdate_redfish_endpointcall.