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