pub async fn server_patch(
configuration: &Configuration,
server: ServerPut,
target: Option<&str>,
) -> Result<InstancePatch200Response, Error<ServerPatchError>>Expand description
Updates a subset of the server configuration.
pub async fn server_patch(
configuration: &Configuration,
server: ServerPut,
target: Option<&str>,
) -> Result<InstancePatch200Response, Error<ServerPatchError>>Updates a subset of the server configuration.