[][src]Function dropbox_sdk::file_properties::properties_overwrite

pub fn properties_overwrite(
    client: &dyn HttpClient,
    arg: &OverwritePropertyGroupArg
) -> Result<Result<(), InvalidPropertyGroupError>>

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.