pub async fn update_backend(
configuration: &mut Configuration,
params: UpdateBackendParams,
) -> Result<BackendResponse, Error<UpdateBackendError>>
Expand description
Update the backend for a particular service and version.
pub async fn update_backend(
configuration: &mut Configuration,
params: UpdateBackendParams,
) -> Result<BackendResponse, Error<UpdateBackendError>>
Update the backend for a particular service and version.