pub async fn update_entity_with_id(
configuration: &Configuration,
entity_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
entity_request: Option<EntityRequest>,
) -> Result<EntityResponse, Error<UpdateEntityWithIdError>>
Expand description
Updates the Entity with the given Id.