pub async fn users_owners_bulk_partial_update(
configuration: &Configuration,
owner_request: Vec<OwnerRequest>,
) -> Result<Vec<Owner>, Error<UsersOwnersBulkPartialUpdateError>>Expand description
Patch a list of owner objects.
pub async fn users_owners_bulk_partial_update(
configuration: &Configuration,
owner_request: Vec<OwnerRequest>,
) -> Result<Vec<Owner>, Error<UsersOwnersBulkPartialUpdateError>>Patch a list of owner objects.