carddav: Change addressbook PUT to IMPORT

This commit is contained in:
Lennart
2025-08-23 19:01:19 +02:00
parent f22d5ca04b
commit 94ace71745
6 changed files with 100 additions and 62 deletions

View File

@@ -76,8 +76,8 @@ pub trait AddressbookStore: Send + Sync + 'static {
async fn import_addressbook(
&self,
principal: String,
addressbook: Addressbook,
objects: Vec<AddressObject>,
merge_existing: bool,
) -> Result<(), Error>;
}