[][src]Function dropbox_sdk::file_properties::properties_update

pub fn properties_update(
    client: &dyn HttpClient,
    arg: &UpdatePropertiesArg
) -> Result<Result<(), UpdatePropertiesError>>

Add, update or remove properties associated with the supplied file and templates. This endpoint should be used instead of properties_overwrite() when property groups are being updated via a "delta" instead of via a "snapshot" . In other words, this endpoint will not delete any omitted fields from a property group, whereas properties_overwrite() will delete any fields that are omitted from a property group.