Function patch_entity_with_id

Source
pub async fn patch_entity_with_id(
    configuration: &Configuration,
    entity_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    entity_request: Option<EntityRequest>,
) -> Result<EntityResponse, Error<PatchEntityWithIdError>>
Expand description

Updates, via PATCH, the Entity with the given Id.