Function dropbox_sdk::file_properties::properties_overwrite
source · [−]pub fn properties_overwrite(
client: &impl UserAuthClient,
arg: &OverwritePropertyGroupArg
) -> Result<Result<(), InvalidPropertyGroupError>>Available on crate feature
dbx_file_properties only.Expand description
Overwrite property groups associated with a file. This endpoint should be used instead of
properties_update() when property groups are being updated via a
“snapshot” instead of via a “delta”. In other words, this endpoint will delete all omitted
fields from a property group, whereas properties_update() will only
delete fields that are explicitly marked for deletion.